Module Name: src
Committed By: joerg
Date: Sat Oct 24 13:34:50 UTC 2009
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Add lintmanpages later to target to ensure that MKMANDOC is set.
To generate a diff of this commit:
cvs rdiff -u -r1.591 -r1.592 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.591 src/share/mk/bsd.own.mk:1.592
--- src/share/mk/bsd.own.mk:1.591 Fri Oct 23 23:12:10 2009
+++ src/share/mk/bsd.own.mk Sat Oct 24 13:34:50 2009
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.591 2009/10/23 23:12:10 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.592 2009/10/24 13:34:50 joerg Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -595,9 +595,6 @@
TARGETS+= all clean cleandir depend dependall includes \
install lint obj regress tags html
-.if ${MKMANDOC} == "yes"
-TARGETS+= lintmanpages
-.endif
PHONY_NOTMAIN = all clean cleandir depend dependall distclean includes \
install lint obj regress tags beforedepend afterdepend \
beforeinstall afterinstall realinstall realdepend realall \
@@ -1028,4 +1025,8 @@
_MKTARGET_REMOVE?= ${_MKMSG_REMOVE} ${.TARGET}
_MKTARGET_YACC?= ${_MKMSG_YACC} ${.CURDIR:T}/${.TARGET}
+.if ${MKMANDOC} == "yes"
+TARGETS+= lintmanpages
+.endif
+
.endif # !defined(_BSD_OWN_MK_)