summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/doc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/groff/doc/Makefile b/gnu/usr.bin/groff/doc/Makefile
index 4c4600a3005..e9f5faffa9a 100644
--- a/gnu/usr.bin/groff/doc/Makefile
+++ b/gnu/usr.bin/groff/doc/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2003/06/30 18:47:42 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2004/06/19 15:03:00 uebayasi Exp $
# $FreeBSD: src/gnu/usr.bin/groff/doc/Makefile,v 1.4 2000/12/06 12:17:01 ru Exp $
-INFO= groff
-SRCDIR= ${DIST_DIR}
+TEXINFO= groff.texinfo
+SRCDIR= ${DIST_DIR}
+INFOFLAGS= -I${DIST_DIR}
.include <bsd.info.mk>