Source-Changes-HG archive

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

[src/trunk]: src/share/mk Add lintmanpages later to target to ensure that MKM...



details:   https://anonhg.NetBSD.org/src/rev/510e305c2ad2
branches:  trunk
changeset: 748458:510e305c2ad2
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Oct 24 13:34:50 2009 +0000

description:
Add lintmanpages later to target to ensure that MKMANDOC is set.

diffstat:

 share/mk/bsd.own.mk |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 8bd8b6a115ba -r 510e305c2ad2 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Oct 24 13:28:16 2009 +0000
+++ b/share/mk/bsd.own.mk       Sat Oct 24 13:34:50 2009 +0000
@@ -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_)



Home | Main Index | Thread Index | Old Index