diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-04-28 19:02:55 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-04-28 19:02:55 +0000 |
commit | 66b9e1ce77d1a3df02878c6fa9bbe330defbf782 (patch) | |
tree | 5004b4b8d26c7bbf8ca14bd6d13277c8a685cc26 /gnu/lib/libreadline | |
parent | b1d69b485679504ae37ec78492e9cb3e74ef52d5 (diff) |
No need to install both the "readline guide" and the "readline user's guide"
since the former is a superset of the latter, and they used the same info
node name, for further confusion.
ok millert@ krw@
Diffstat (limited to 'gnu/lib/libreadline')
-rw-r--r-- | gnu/lib/libreadline/doc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/lib/libreadline/doc/Makefile b/gnu/lib/libreadline/doc/Makefile index b24763b4872..c4e6a66184c 100644 --- a/gnu/lib/libreadline/doc/Makefile +++ b/gnu/lib/libreadline/doc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2001/09/10 21:21:12 jason Exp $ +# $OpenBSD: Makefile,v 1.3 2003/04/28 19:02:54 miod Exp $ .include <bsd.own.mk> -INFO= readline.info history.info rluserman.info +INFO= readline.info history.info RLSRC = rlman.texinfo rluser.texinfo rltech.texinfo manvers.texinfo \ rluserman.texinfo HISTSRC = hist.texinfo hsuser.texinfo hstech.texinfo manvers.texinfo @@ -13,9 +13,6 @@ all: ${INFO} readline.info: ${RLSRC} -makeinfo --no-split -I ${.CURDIR} -o ${.TARGET} $(.CURDIR)/rlman.texinfo -rluserman.info: ${RLSRC} - -makeinfo --no-split -I ${.CURDIR} -o ${.TARGET} ${.CURDIR}/rluserman.texinfo - history.info: ${HISTSRC} -makeinfo --no-split -I ${.CURDIR} -o ${.TARGET} ${.CURDIR}/hist.texinfo |