Initial import from FreeBSD RELENG_4:
[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
3 SRCDIR= ${.CURDIR}/../../../../../contrib/libreadline/doc
4
5 INFO = history
6
7 INFOSECTION= "Programming & development tools."
8 INFOENTRY_history= "* History: (history).               The GNU History library."
9
10 SRCS=   hist.texinfo
11
12 history.info: hist.texinfo hstech.texinfo hsuser.texinfo manvers.texinfo
13
14 .include <bsd.info.mk>