Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / lib / libreadline / history / doc / Makefile
1 # $FreeBSD: src/gnu/lib/libreadline/history/doc/Makefile,v 1.2 1999/08/27 23:32:55 peter Exp $
2 # $DragonFly: src/gnu/lib/libreadline/history/doc/Attic/Makefile,v 1.2 2003/06/17 04:25:44 dillon Exp $
3
4 SRCDIR= ${.CURDIR}/../../../../../contrib/libreadline/doc
5
6 INFO = history
7
8 INFOSECTION= "Programming & development tools."
9 INFOENTRY_history= "* History: (history).               The GNU History library."
10
11 SRCS=   hist.texinfo
12
13 history.info: hist.texinfo hstech.texinfo hsuser.texinfo manvers.texinfo
14
15 .include <bsd.info.mk>