From bb2fc6fa86ab127ca17577915bcf3ef75da0ecd7 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Sat, 19 Jun 2004 15:02:59 +0000 Subject: Install GNU `troff' (or `groff') info manual. Reviewed By: wiz --- gnu/usr.bin/groff/doc/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu') 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 -- cgit