Module Name: src
Committed By: joerg
Date: Tue Feb 14 19:39:37 UTC 2012
Modified Files:
src/distrib: Makefile
Log Message:
Build release notes if groff is present (MKGROFF!=no), not if man pages
are requested (MKMAN!=no).
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/distrib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/Makefile
diff -u src/distrib/Makefile:1.18 src/distrib/Makefile:1.19
--- src/distrib/Makefile:1.18 Sun Jan 22 03:53:32 2012
+++ src/distrib/Makefile Tue Feb 14 19:39:37 2012
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2012/01/22 03:53:32 tsutsui Exp $
+# $NetBSD: Makefile,v 1.19 2012/02/14 19:39:37 joerg Exp $
.include <bsd.own.mk>
-.if ${MKMAN} != "no"
+.if ${MKGROFF} != "no"
SUBDIR= notes .WAIT
.endif