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 Don't even try to use mandoc for the groff...



details:   https://anonhg.NetBSD.org/src/rev/52b7c73cc933
branches:  trunk
changeset: 748432:52b7c73cc933
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Oct 23 23:23:56 2009 +0000

description:
Don't even try to use mandoc for the groff documentation.

diffstat:

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

diffs (15 lines):

diff -r a44b98815832 -r 52b7c73cc933 gnu/usr.bin/groff/Makefile.inc
--- a/gnu/usr.bin/groff/Makefile.inc    Fri Oct 23 23:22:54 2009 +0000
+++ b/gnu/usr.bin/groff/Makefile.inc    Fri Oct 23 23:23:56 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.17 2008/10/25 22:27:35 apb Exp $
+# $NetBSD: Makefile.inc,v 1.18 2009/10/23 23:23:56 joerg Exp $
 
 # $FreeBSD: src/gnu/usr.bin/groff/Makefile.inc,v 2.7 2003/05/01 13:22:18 ru Exp $
 
@@ -163,3 +163,5 @@
 DIST_SUBDIR?=  ${.CURDIR:T}
 DIST_DIR=      ${GROFF_DIST}/${DIST_SUBDIR}
 .PATH: ${DIST_DIR}
+
+NOMANDOC=      yes



Home | Main Index | Thread Index | Old Index