Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Build mandoc unconditional if man pages are desirable....
details: https://anonhg.NetBSD.org/src/rev/a70c49bc3004
branches: trunk
changeset: 752219:a70c49bc3004
user: joerg <joerg%NetBSD.org@localhost>
date: Sat Feb 20 00:35:11 2010 +0000
description:
Build mandoc unconditional if man pages are desirable. All
compatibility issues are supposed to be sorted out.
Build groff conditionally on MKGROFF. It is currently the only component
that requires C++.
diffstat:
tools/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 8d4c9081c2b4 -r a70c49bc3004 tools/Makefile
--- a/tools/Makefile Fri Feb 19 23:50:55 2010 +0000
+++ b/tools/Makefile Sat Feb 20 00:35:11 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2010/02/03 20:56:54 roy Exp $
+# $NetBSD: Makefile,v 1.136 2010/02/20 00:35:11 joerg Exp $
.include <bsd.own.mk>
@@ -55,10 +55,10 @@
pwd_mkdb stat strfile sunlabel zic
.if ${MKMAN} != "no" || ${MKDOC} != "no" || ${MKHTML} != "no"
+. if ${MKGROFF} != "no"
SUBDIR+= groff
-. if ${MKMANDOC} == "yes"
+. endif
SUBDIR+= mandoc
-. endif
.endif
.if ${MKMAINTAINERTOOLS:Uno} != "no"
Home |
Main Index |
Thread Index |
Old Index