Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/groff/man Some man page here requires processing...



details:   https://anonhg.NetBSD.org/src/rev/51a027998868
branches:  trunk
changeset: 511751:51a027998868
user:      enami <enami%NetBSD.org@localhost>
date:      Tue Jun 26 01:43:58 2001 +0000

description:
Some man page here requires processing by tbl.

diffstat:

 gnu/usr.bin/groff/man/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7bc6e5b85df0 -r 51a027998868 gnu/usr.bin/groff/man/Makefile
--- a/gnu/usr.bin/groff/man/Makefile    Tue Jun 26 00:52:59 2001 +0000
+++ b/gnu/usr.bin/groff/man/Makefile    Tue Jun 26 01:43:58 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2001/04/19 14:41:30 wiz Exp $
+#      $NetBSD: Makefile,v 1.8 2001/06/26 01:43:58 enami Exp $
 
 .include "../Makefile.path"
 
@@ -7,4 +7,7 @@
 
 MAN=   groff.7 groff_char.7 groff_font.5 groff_out.5 roff.7
 
+# needs tbl for the man page.
+USETBL=
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index