Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2017 07:58:33 +0000 (UTC)
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50924 - in head: de_DE.ISO8859-1/htdocs/ports ja_JP.eucJP/htdocs/ports ru_RU.KOI8-R/htdocs/ports
Message-ID:  <201709260758.v8Q7wXVA023468@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wosch
Date: Tue Sep 26 07:58:33 2017
New Revision: 50924
URL: https://svnweb.freebsd.org/changeset/doc/50924

Log:
  sync with english Makefile
  
  PR: 222597

Modified:
  head/de_DE.ISO8859-1/htdocs/ports/Makefile
  head/ja_JP.eucJP/htdocs/ports/Makefile
  head/ru_RU.KOI8-R/htdocs/ports/Makefile

Modified: head/de_DE.ISO8859-1/htdocs/ports/Makefile
==============================================================================
--- head/de_DE.ISO8859-1/htdocs/ports/Makefile	Tue Sep 26 07:40:42 2017	(r50923)
+++ head/de_DE.ISO8859-1/htdocs/ports/Makefile	Tue Sep 26 07:58:33 2017	(r50924)
@@ -60,6 +60,9 @@ Makefile.gen: categories-alpha.xml categories-grouped.
 	done
 	${ECHO_CMD} >> Makefile.gen
 
+# set dependencies for parallel build
+categories-grouped.xml master-index.xml statistics.ent: categories-alpha.xml
+
 # this builds: categories-alpha.xml, categories-grouped.xml,
 # master-index.xml, statistics.ent, <category>.xml
 CATEGORYLIST=`grep "^[a-z]" categories | sed -e s"/,.*//"`

Modified: head/ja_JP.eucJP/htdocs/ports/Makefile
==============================================================================
--- head/ja_JP.eucJP/htdocs/ports/Makefile	Tue Sep 26 07:40:42 2017	(r50923)
+++ head/ja_JP.eucJP/htdocs/ports/Makefile	Tue Sep 26 07:58:33 2017	(r50924)
@@ -64,6 +64,9 @@ Makefile.gen: categories-alpha.xml categories-grouped.
 	done
 	${ECHO_CMD} >> Makefile.gen
 
+# set dependencies for parallel build
+categories-grouped.xml master-index.xml statistics.ent: categories-alpha.xml
+
 # this builds: categories-alpha.xml, categories-grouped.xml,
 # master-index.xml, statistics.ent, <category>.xml
 CATEGORYLIST=`grep "^[a-z]" ${DOC_PREFIX}/en_US.ISO8859-1/htdocs/ports/categories | sed -e s"/,.*//"`

Modified: head/ru_RU.KOI8-R/htdocs/ports/Makefile
==============================================================================
--- head/ru_RU.KOI8-R/htdocs/ports/Makefile	Tue Sep 26 07:40:42 2017	(r50923)
+++ head/ru_RU.KOI8-R/htdocs/ports/Makefile	Tue Sep 26 07:58:33 2017	(r50924)
@@ -65,6 +65,9 @@ Makefile.gen: categories-alpha.xml categories-grouped.
 	done
 	${ECHO_CMD} >> Makefile.gen
 
+# set dependencies for parallel build
+categories-grouped.xml master-index.xml statistics.ent: categories-alpha.xml
+
 # this builds: categories-alpha.xml, categories-grouped.xml,
 # master-index.xml, statistics.ent, <category>.xml
 CATEGORYLIST=`grep "^[a-z]" categories | awk -F, '{print $$1}'`



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709260758.v8Q7wXVA023468>