Source-Changes-HG archive

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

[src/trunk]: src/distrib Build release notes if groff is present (MKGROFF!=no...



details:   https://anonhg.NetBSD.org/src/rev/f54aa9dfd776
branches:  trunk
changeset: 773737:f54aa9dfd776
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Feb 14 19:39:37 2012 +0000

description:
Build release notes if groff is present (MKGROFF!=no), not if man pages
are requested (MKMAN!=no).

diffstat:

 distrib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r b569e5a2668e -r f54aa9dfd776 distrib/Makefile
--- a/distrib/Makefile  Tue Feb 14 19:28:22 2012 +0000
+++ b/distrib/Makefile  Tue Feb 14 19:39:37 2012 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index