svn commit: r51099 - head/en_US.ISO8859-1/books/handbook
Wolfram Schneider
wosch at FreeBSD.org
Wed Oct 11 11:29:31 UTC 2017
Author: wosch
Date: Wed Oct 11 11:29:30 2017
New Revision: 51099
URL: https://svnweb.freebsd.org/changeset/doc/51099
Log:
improve dependencies checking for the mirror chapter
Submitted by: loader
PR: 222857
(and in part PR: 222631)
Modified:
head/en_US.ISO8859-1/books/handbook/Makefile
Modified: head/en_US.ISO8859-1/books/handbook/Makefile
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/Makefile Tue Oct 10 13:10:10 2017 (r51098)
+++ head/en_US.ISO8859-1/books/handbook/Makefile Wed Oct 11 11:29:30 2017 (r51099)
@@ -251,6 +251,8 @@ EXTRAS= mirrors.lastmod.inc \
XMLDOCS_NO_SRCS=YES
CLEANFILES+= ${EXTRAS}
-index.html ${DOC}.html: ${EXTRAS}
+
+_extras: ${EXTRAS}
+mirrors/chapter.xml: ${EXTRAS}
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
More information about the svn-doc-head
mailing list