svn commit: r51041 - in head: de_DE.ISO8859-1/htdocs/ports en_US.ISO8859-1/htdocs/ports ja_JP.eucJP/htdocs/ports ru_RU.KOI8-R/htdocs/ports

Glen Barber gjb at FreeBSD.org
Wed Oct 4 14:46:51 UTC 2017


Author: gjb
Date: Wed Oct  4 14:46:50 2017
New Revision: 51041
URL: https://svnweb.freebsd.org/changeset/doc/51041

Log:
  Fix index.html and references.html generation after r50956.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/de_DE.ISO8859-1/htdocs/ports/Makefile
  head/en_US.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	Wed Oct  4 14:05:01 2017	(r51040)
+++ head/de_DE.ISO8859-1/htdocs/ports/Makefile	Wed Oct  4 14:46:50 2017	(r51041)
@@ -75,7 +75,7 @@ categories-alpha.xml: ${INDEX} categories categories.d
 	done
 	${PORTINDEX} ${INDEX} ${.CURDIR}
 
-install: beforeinstall
+install: Makefile.gen index.html references.html beforeinstall
 
 all install clean:
 	cd ${.CURDIR}; \

Modified: head/en_US.ISO8859-1/htdocs/ports/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/ports/Makefile	Wed Oct  4 14:05:01 2017	(r51040)
+++ head/en_US.ISO8859-1/htdocs/ports/Makefile	Wed Oct  4 14:46:50 2017	(r51041)
@@ -73,7 +73,7 @@ categories-alpha.xml: ${INDEX} categories categories.d
 	done
 	${PORTINDEX} ${INDEX} ${.CURDIR}
 
-install: beforeinstall
+install: Makefile.gen index.html references.html beforeinstall
 
 all install clean:
 	cd ${.CURDIR}; \

Modified: head/ja_JP.eucJP/htdocs/ports/Makefile
==============================================================================
--- head/ja_JP.eucJP/htdocs/ports/Makefile	Wed Oct  4 14:05:01 2017	(r51040)
+++ head/ja_JP.eucJP/htdocs/ports/Makefile	Wed Oct  4 14:46:50 2017	(r51041)
@@ -79,7 +79,7 @@ categories-alpha.xml: ${INDEX} categories categories.d
 	done
 	${PORTINDEX} ${INDEX} ${.CURDIR}
 
-install: beforeinstall
+install: Makefile.gen index.html references.html beforeinstall
 
 all install clean:
 	cd ${.CURDIR}; \

Modified: head/ru_RU.KOI8-R/htdocs/ports/Makefile
==============================================================================
--- head/ru_RU.KOI8-R/htdocs/ports/Makefile	Wed Oct  4 14:05:01 2017	(r51040)
+++ head/ru_RU.KOI8-R/htdocs/ports/Makefile	Wed Oct  4 14:46:50 2017	(r51041)
@@ -80,7 +80,7 @@ categories-alpha.xml: ${INDEX} categories categories.d
 	done
 	${PORTINDEX} ${INDEX} ${.CURDIR}
 
-install: beforeinstall
+install: Makefile.gen index.html references.html beforeinstall
 
 all install clean:
 	cd ${.CURDIR}; \


More information about the svn-doc-all mailing list