Module Name: src
Committed By: joerg
Date: Mon Jul 26 17:25:31 UTC 2010
Modified Files:
src/external/bsd/mdocml/man: Makefile
Log Message:
Explicitly depend on dist file
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/mdocml/man/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/mdocml/man/Makefile
diff -u src/external/bsd/mdocml/man/Makefile:1.4 src/external/bsd/mdocml/man/Makefile:1.5
--- src/external/bsd/mdocml/man/Makefile:1.4 Wed Jun 16 18:10:57 2010
+++ src/external/bsd/mdocml/man/Makefile Mon Jul 26 17:25:31 2010
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.4 2010/06/16 18:10:57 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2010/07/26 17:25:31 joerg Exp $
MAN= mandoc_man.7 mandoc_char.7 mandoc_mdoc.7 mandoc_roff.7
.include <bsd.init.mk>
-mandoc_man.7:
+mandoc_man.7: ${DISTDIR}/man.7
${_MKTARGET_CREATE}
rm -f ${.TARGET}
${TOOL_CAT} ${DISTDIR}/man.7 > ${.TARGET}
-mandoc_mdoc.7:
+mandoc_mdoc.7: ${DISTDIR}/mdoc.7
${_MKTARGET_CREATE}
rm -f ${.TARGET}
${TOOL_CAT} ${DISTDIR}/mdoc.7 > ${.TARGET}
-mandoc_roff.7:
+mandoc_roff.7: ${DISTDIR}/roff.7
${_MKTARGET_CREATE}
rm -f ${.TARGET}
${TOOL_CAT} ${DISTDIR}/roff.7 > ${.TARGET}