From owner-svn-doc-all@freebsd.org Thu Sep 28 17:00:24 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 843A3E03E04; Thu, 28 Sep 2017 17:00:24 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6007A6614F; Thu, 28 Sep 2017 17:00:24 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SH0NP8051191; Thu, 28 Sep 2017 17:00:23 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SH0MiY051180; Thu, 28 Sep 2017 17:00:22 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201709281700.v8SH0MiY051180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Thu, 28 Sep 2017 17:00:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: 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... X-SVN-Group: doc-head X-SVN-Commit-Author: wosch X-SVN-Commit-Paths: 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/books/handbook mn_MN.UT... X-SVN-Commit-Revision: 50953 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2017 17:00:24 -0000 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"