Source-Changes-HG archive

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

[src/trunk]: src Remove NOMANDOC, the documents are at least parsed somewhat ...



details:   https://anonhg.NetBSD.org/src/rev/76b4278e9063
branches:  trunk
changeset: 760774:76b4278e9063
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Jan 12 23:03:55 2011 +0000

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

diffstat:

 gnu/usr.bin/groff/Makefile.inc |  4 +---
 lib/libm/Makefile              |  4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r f8ee111e29de -r 76b4278e9063 gnu/usr.bin/groff/Makefile.inc
--- a/gnu/usr.bin/groff/Makefile.inc    Wed Jan 12 23:03:24 2011 +0000
+++ b/gnu/usr.bin/groff/Makefile.inc    Wed Jan 12 23:03:55 2011 +0000
@@ -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
diff -r f8ee111e29de -r 76b4278e9063 lib/libm/Makefile
--- a/lib/libm/Makefile Wed Jan 12 23:03:24 2011 +0000
+++ b/lib/libm/Makefile Wed Jan 12 23:03:55 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index