From 07c290155788785971b309e35c189b275a9722ad Mon Sep 17 00:00:00 2001 From: jmacd Date: Sat, 11 Jan 1997 03:07:52 +0000 Subject: [PATCH] Add the missing annotations. --- gnu/lib/libreadline/doc/Makefile | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/gnu/lib/libreadline/doc/Makefile b/gnu/lib/libreadline/doc/Makefile index 9797fd454731..d87c5443e947 100644 --- a/gnu/lib/libreadline/doc/Makefile +++ b/gnu/lib/libreadline/doc/Makefile @@ -1,18 +1,12 @@ -# $Id: Makefile,v 1.8 1997/01/05 16:19:35 ache Exp $ +INFO = history readline -SRCDIR= ${.CURDIR}/../../../../contrib/libreadline/doc +INFOSECTION= "Programming & development tools." +INFOENTRY_readline= "* Readline: (readline). The GNU Readline library" +INFOENTRY_history= "* History: (history). The GNU History library." -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 -f $> $@ - -readline.info: rlman.info - ln -f $> $@ +history.info: hstech.texinfo hsuser.texinfo +readline.info: rltech.texinfo rluser.texinfo .include