diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-01-12 08:10:55 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-01-12 08:10:55 +0000 |
| commit | 24f481e12f8b68a427566fef0b847557e2fa7935 (patch) | |
| tree | 270c97b43f5972a52d8e080b9cabcd5edb558952 /gnu/lib/libreadline/doc/history | |
| parent | 81348c186eb312c04b229254d24176f5680a9b54 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libreadline/doc/history')
| -rw-r--r-- | gnu/lib/libreadline/doc/history/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/lib/libreadline/doc/history/Makefile b/gnu/lib/libreadline/doc/history/Makefile new file mode 100644 index 000000000000..4b8112af618d --- /dev/null +++ b/gnu/lib/libreadline/doc/history/Makefile @@ -0,0 +1,14 @@ +# $Id$ + +SRCDIR= ${.CURDIR}/../../../../../contrib/libreadline/doc + +INFO = history + +INFOSECTION= "Programming & development tools." +INFOENTRY_history= "* History: (history). The GNU History library." + +SRCS= hist.texinfo + +history.info: hist.texinfo hstech.texinfo hsuser.texinfo + +.include <bsd.info.mk> |
