diff options
| author | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1997-01-11 03:07:52 +0000 |
|---|---|---|
| committer | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1997-01-11 03:07:52 +0000 |
| commit | 0e4dbbc03c24e33783ceba61b25d8ba781109281 (patch) | |
| tree | 2ccabf6aa6340cd6138942b4213ca0b040df023f /gnu/lib/libreadline/doc | |
| parent | dfc62077a2c556b4a2aee1960235bfa3760243f9 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libreadline/doc')
| -rw-r--r-- | gnu/lib/libreadline/doc/Makefile | 18 |
1 files 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 <bsd.info.mk> |
