Source-Changes-HG archive

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

[src/trunk]: src/lib/libm Disable the use of mandoc for now until support for...



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

description:
Disable the use of mandoc for now until support for conditional
expression exists.

diffstat:

 lib/libm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 52b7c73cc933 -r bafc34388fd0 lib/libm/Makefile
--- a/lib/libm/Makefile Fri Oct 23 23:23:56 2009 +0000
+++ b/lib/libm/Makefile Fri Oct 23 23:42:52 2009 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.90 2009/10/04 22:04:30 christos Exp $
+#  $NetBSD: Makefile,v 1.91 2009/10/23 23:42:52 joerg Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -237,6 +237,8 @@
 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