Module Name:    src
Committed By:   joerg
Date:           Fri Oct 23 23:42:52 UTC 2009

Modified Files:
        src/lib/libm: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 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/lib/libm/Makefile
diff -u src/lib/libm/Makefile:1.90 src/lib/libm/Makefile:1.91
--- src/lib/libm/Makefile:1.90	Sun Oct  4 22:04:30 2009
+++ src/lib/libm/Makefile	Fri Oct 23 23:42:52 2009
@@ -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

Reply via email to