Module Name:    src
Committed By:   joerg
Date:           Wed Jan 12 23:03:56 UTC 2011

Modified Files:
        src/gnu/usr.bin/groff: Makefile.inc
        src/lib/libm: Makefile

Log Message:
Remove NOMANDOC, the documents are at least parsed somewhat sensible.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/gnu/usr.bin/groff/Makefile.inc
cvs rdiff -u -r1.100 -r1.101 src/lib/libm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/Makefile.inc
diff -u src/gnu/usr.bin/groff/Makefile.inc:1.18 src/gnu/usr.bin/groff/Makefile.inc:1.19
--- src/gnu/usr.bin/groff/Makefile.inc:1.18	Fri Oct 23 23:23:56 2009
+++ src/gnu/usr.bin/groff/Makefile.inc	Wed Jan 12 23:03:55 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.18 2009/10/23 23:23:56 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.19 2011/01/12 23:03:55 joerg Exp $
 
 # $FreeBSD: src/gnu/usr.bin/groff/Makefile.inc,v 2.7 2003/05/01 13:22:18 ru Exp $
 
@@ -163,5 +163,3 @@
 DIST_SUBDIR?=	${.CURDIR:T}
 DIST_DIR=	${GROFF_DIST}/${DIST_SUBDIR}
 .PATH: ${DIST_DIR}
-
-NOMANDOC=	yes

Index: src/lib/libm/Makefile
diff -u src/lib/libm/Makefile:1.100 src/lib/libm/Makefile:1.101
--- src/lib/libm/Makefile:1.100	Sun Jan  9 02:32:13 2011
+++ src/lib/libm/Makefile	Wed Jan 12 23:03:56 2011
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.100 2011/01/09 02:32:13 jakllsch Exp $
+#  $NetBSD: Makefile,v 1.101 2011/01/12 23:03:56 joerg Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -271,8 +271,6 @@
 MLINKS+=fdim.3 fdiml.3
 MLINKS+=fdim.3 fdimf.3
 
-NOMANDOC=	yes
-
 .if (${MKCOMPLEX} != "no")
 .include "${.CURDIR}/complex/Makefile.inc"
 .endif

Reply via email to