svn commit: r50952 - head/en_US.ISO8859-1/books/handbook
Wolfram Schneider
wosch at FreeBSD.org
Thu Sep 28 16:59:42 UTC 2017
Author: wosch
Date: Thu Sep 28 16:59:40 2017
New Revision: 50952
URL: https://svnweb.freebsd.org/changeset/doc/50952
Log:
fix `make -n' if using git
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 Thu Sep 28 16:59:08 2017 (r50951)
+++ head/en_US.ISO8859-1/books/handbook/Makefile Thu Sep 28 16:59:40 2017 (r50952)
@@ -243,10 +243,14 @@ PARAMS.eresources+= --param 'type' "'www'" \
--param 'proto' "'http'" \
--param 'target' "'handbook/eresources/chapter.xml'"
-SRCS+= mirrors.lastmod.inc \
+EXTRAS= mirrors.lastmod.inc \
mirrors.xml.ftp.inc \
mirrors.xml.ftp.index.inc \
eresources.xml.www.inc \
eresources.xml.www.index.inc
+
+XMLDOCS_NO_SRCS=YES
+CLEANFILES+= ${EXTRAS}
+index.html ${DOC}.html: ${EXTRAS}
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
More information about the svn-doc-all
mailing list