summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libreadline/doc/Makefile
blob: 226c27d5a85fe3087c93077cffa5a8257fb2106c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#       $Id: Makefile,v 1.23 1996/08/30 18:33:31 ache Exp $

SRCDIR= ${.CURDIR}/../../../../contrib/libreadline/doc

INFO= history readline

CLEANFILES= hist.info rlman.info

hist.info: hstech.texinfo hsuser.texinfo
rlman.info: rltech.texinfo rluser.texinfo

history.info: hist.info
	ln $> $@

readline.info: rlman.info
	ln $> $@

.include <bsd.info.mk>
OpenPOWER on IntegriCloud