summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff
diff options
context:
space:
mode:
authoruebayasi <uebayasi@NetBSD.org>2004-06-19 15:02:59 +0000
committeruebayasi <uebayasi@NetBSD.org>2004-06-19 15:02:59 +0000
commitbb2fc6fa86ab127ca17577915bcf3ef75da0ecd7 (patch)
tree005eda37d1162543a215c493bd54c26d1eb71ead /gnu/usr.bin/groff
parent79dd9743cdc63f4355e4a0fbb804feb272d8081a (diff)
Install GNU `troff' (or `groff') info manual.
Reviewed By: wiz
Diffstat (limited to 'gnu/usr.bin/groff')
-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>