--- src/gnu/lib/libreadline/history/doc/Attic/Makefile 2003/06/17 04:25:44 1.2 +++ src/gnu/lib/libreadline/history/doc/Attic/Makefile 2004/10/23 16:58:53 1.3 @@ -1,15 +1,15 @@ # $FreeBSD: src/gnu/lib/libreadline/history/doc/Makefile,v 1.2 1999/08/27 23:32:55 peter Exp $ -# $DragonFly: src/gnu/lib/libreadline/history/doc/Makefile,v 1.1 2003/06/16 03:55:09 dillon Exp $ +# $DragonFly$ -SRCDIR= ${.CURDIR}/../../../../../contrib/libreadline/doc +RELATIVE= ../ +.include "../../Makefile.inc" +SRCDIR= ${RLDIR}/doc -INFO = history +INFO= history -INFOSECTION= "Programming & development tools." -INFOENTRY_history= "* History: (history). The GNU History library." +INFOSECTION= "Programming & development tools." +INFOENTRY_history= "* History: (history). The GNU History library." -SRCS= hist.texinfo - -history.info: hist.texinfo hstech.texinfo hsuser.texinfo manvers.texinfo +history.info: history.texi hstech.texi hsuser.texi version.texi .include