svn commit: r50953 - in head: de_DE.ISO8859-1/books/handbook el_GR.ISO8859-7/books/handbook fr_FR.ISO8859-1/books/handbook hu_HU.ISO8859-2/books/handbook it_IT.ISO8859-15/books/handbook ja_JP.eucJP...
Wolfram Schneider
wosch at FreeBSD.org
Thu Sep 28 17:00:24 UTC 2017
Author: wosch
Date: Thu Sep 28 17:00:22 2017
New Revision: 50953
URL: https://svnweb.freebsd.org/changeset/doc/50953
Log:
fix `make -n' if using git
PR: 222631
Modified:
head/de_DE.ISO8859-1/books/handbook/Makefile
head/el_GR.ISO8859-7/books/handbook/Makefile
head/fr_FR.ISO8859-1/books/handbook/Makefile
head/hu_HU.ISO8859-2/books/handbook/Makefile
head/it_IT.ISO8859-15/books/handbook/Makefile
head/ja_JP.eucJP/books/handbook/Makefile
head/mn_MN.UTF-8/books/handbook/Makefile
head/nl_NL.ISO8859-1/books/handbook/Makefile
head/pl_PL.ISO8859-2/books/handbook/Makefile
head/ru_RU.KOI8-R/books/handbook/Makefile
head/zh_CN.UTF-8/books/handbook/Makefile
Modified: head/de_DE.ISO8859-1/books/handbook/Makefile
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/Makefile Thu Sep 28 16:59:40 2017 (r50952)
+++ head/de_DE.ISO8859-1/books/handbook/Makefile Thu Sep 28 17:00:22 2017 (r50953)
@@ -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"
Modified: head/el_GR.ISO8859-7/books/handbook/Makefile
==============================================================================
--- head/el_GR.ISO8859-7/books/handbook/Makefile Thu Sep 28 16:59:40 2017 (r50952)
+++ head/el_GR.ISO8859-7/books/handbook/Makefile Thu Sep 28 17:00:22 2017 (r50953)
@@ -311,12 +311,16 @@ 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 \
mirrors.xml.cvsup.inc \
mirrors.xml.cvsup.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"
Modified: head/fr_FR.ISO8859-1/books/handbook/Makefile
==============================================================================
--- head/fr_FR.ISO8859-1/books/handbook/Makefile Thu Sep 28 16:59:40 2017 (r50952)
+++ head/fr_FR.ISO8859-1/books/handbook/Makefile Thu Sep 28 17:00:22 2017 (r50953)
@@ -290,12 +290,16 @@ 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 \
mirrors.xml.cvsup.inc \
mirrors.xml.cvsup.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"
Modified: head/hu_HU.ISO8859-2/books/handbook/Makefile
==============================================================================
--- head/hu_HU.ISO8859-2/books/handbook/Makefile Thu Sep 28 16:59:40 2017 (r50952)
+++ head/hu_HU.ISO8859-2/books/handbook/Makefile Thu Sep 28 17:00:22 2017 (r50953)
@@ -274,12 +274,16 @@ 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 \
mirrors.xml.cvsup.inc \
mirrors.xml.cvsup.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"
Modified: head/it_IT.ISO8859-15/books/handbook/Makefile
==============================================================================
--- head/it_IT.ISO8859-15/books/handbook/Makefile Thu Sep 28 16:59:40 2017 (r50952)
+++ head/it_IT.ISO8859-15/books/handbook/Makefile Thu Sep 28 17:00:22 2017 (r50953)
@@ -243,12 +243,16 @@ 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 \
mirrors.xml.cvsup.inc \
mirrors.xml.cvsup.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"
Modified: head/ja_JP.eucJP/books/handbook/Makefile
==============================================================================
--- head/ja_JP.eucJP/books/handbook/Makefile Thu Sep 28 16:59:40 2017 (r50952)
+++ head/ja_JP.eucJP/books/handbook/Makefile Thu Sep 28 17:00:22 2017 (r50953)
@@ -250,10 +250,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"
Modified: head/mn_MN.UTF-8/books/handbook/Makefile
==============================================================================
--- head/mn_MN.UTF-8/books/handbook/Makefile Thu Sep 28 16:59:40 2017 (r50952)
+++ head/mn_MN.UTF-8/books/handbook/Makefile Thu Sep 28 17:00:22 2017 (r50953)
@@ -346,12 +346,16 @@ 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 \
mirrors.xml.cvsup.inc \
mirrors.xml.cvsup.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"
Modified: head/nl_NL.ISO8859-1/books/handbook/Makefile
==============================================================================
--- head/nl_NL.ISO8859-1/books/handbook/Makefile Thu Sep 28 16:59:40 2017 (r50952)
+++ head/nl_NL.ISO8859-1/books/handbook/Makefile Thu Sep 28 17:00:22 2017 (r50953)
@@ -309,12 +309,16 @@ 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 \
mirrors.xml.cvsup.inc \
mirrors.xml.cvsup.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"
Modified: head/pl_PL.ISO8859-2/books/handbook/Makefile
==============================================================================
--- head/pl_PL.ISO8859-2/books/handbook/Makefile Thu Sep 28 16:59:40 2017 (r50952)
+++ head/pl_PL.ISO8859-2/books/handbook/Makefile Thu Sep 28 17:00:22 2017 (r50953)
@@ -214,12 +214,16 @@ 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 \
mirrors.xml.cvsup.inc \
mirrors.xml.cvsup.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"
Modified: head/ru_RU.KOI8-R/books/handbook/Makefile
==============================================================================
--- head/ru_RU.KOI8-R/books/handbook/Makefile Thu Sep 28 16:59:40 2017 (r50952)
+++ head/ru_RU.KOI8-R/books/handbook/Makefile Thu Sep 28 17:00:22 2017 (r50953)
@@ -250,10 +250,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"
Modified: head/zh_CN.UTF-8/books/handbook/Makefile
==============================================================================
--- head/zh_CN.UTF-8/books/handbook/Makefile Thu Sep 28 16:59:40 2017 (r50952)
+++ head/zh_CN.UTF-8/books/handbook/Makefile Thu Sep 28 17:00:22 2017 (r50953)
@@ -317,12 +317,16 @@ 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 \
mirrors.xml.cvsup.inc \
mirrors.xml.cvsup.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