svn commit: r50929 - in head/en_US.ISO8859-1/htdocs/releases: 6.0R 6.1R 6.2R 6.3R 7.0R
Wolfram Schneider
wosch at FreeBSD.org
Tue Sep 26 10:09:10 UTC 2017
Author: wosch
Date: Tue Sep 26 10:09:08 2017
New Revision: 50929
URL: https://svnweb.freebsd.org/changeset/doc/50929
Log:
remove stale "stress.html" files from build
PR: 222618
Modified:
head/en_US.ISO8859-1/htdocs/releases/6.0R/Makefile
head/en_US.ISO8859-1/htdocs/releases/6.1R/Makefile
head/en_US.ISO8859-1/htdocs/releases/6.2R/Makefile
head/en_US.ISO8859-1/htdocs/releases/6.3R/Makefile
head/en_US.ISO8859-1/htdocs/releases/7.0R/Makefile
Modified: head/en_US.ISO8859-1/htdocs/releases/6.0R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/6.0R/Makefile Tue Sep 26 09:45:40 2017 (r50928)
+++ head/en_US.ISO8859-1/htdocs/releases/6.0R/Makefile Tue Sep 26 10:09:08 2017 (r50929)
@@ -34,18 +34,6 @@ DATA+= relnotes-i386.html
DATA+= relnotes-pc98.html
DATA+= relnotes-sparc64.html
-FETCHFILE= http://people.freebsd.org/~pho/stress/log/news.rdf
-FETCHCMD= /usr/bin/fetch
-CLEANFILES+= news.rdf stress.html
-
DATA+= docbook.css
-
-news.rdf:
- ${FETCHCMD} ${FETCHFILE}
-
-stress.html: news.rdf stress.xsl
- ${XSLTPROC} stress.xsl news.rdf > stress.html
-
-todo.html: stress.html
.include "${DOC_PREFIX}/share/mk/web.site.mk"
Modified: head/en_US.ISO8859-1/htdocs/releases/6.1R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/6.1R/Makefile Tue Sep 26 09:45:40 2017 (r50928)
+++ head/en_US.ISO8859-1/htdocs/releases/6.1R/Makefile Tue Sep 26 10:09:08 2017 (r50929)
@@ -34,18 +34,6 @@ DATA+= relnotes-i386.html
DATA+= relnotes-pc98.html
DATA+= relnotes-sparc64.html
-FETCHFILE= http://people.freebsd.org/~pho/stress/log/news.rdf
-FETCHCMD= /usr/bin/fetch
-CLEANFILES+= news.rdf stress.html
-
DATA+= docbook.css
-
-news.rdf:
- ${FETCHCMD} ${FETCHFILE}
-
-stress.html: news.rdf stress.xsl
- ${XSLTPROC} stress.xsl news.rdf > stress.html
-
-todo.html: stress.html
.include "${DOC_PREFIX}/share/mk/web.site.mk"
Modified: head/en_US.ISO8859-1/htdocs/releases/6.2R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/6.2R/Makefile Tue Sep 26 09:45:40 2017 (r50928)
+++ head/en_US.ISO8859-1/htdocs/releases/6.2R/Makefile Tue Sep 26 10:09:08 2017 (r50929)
@@ -34,18 +34,6 @@ DATA+= relnotes-i386.html
DATA+= relnotes-pc98.html
DATA+= relnotes-sparc64.html
-FETCHFILE= http://people.freebsd.org/~pho/stress/log/news.rdf
-FETCHCMD= /usr/bin/fetch
-CLEANFILES+= news.rdf stress.html
-
DATA+= docbook.css
-
-news.rdf:
- ${FETCHCMD} ${FETCHFILE}
-
-stress.html: news.rdf stress.xsl
- ${XSLTPROC} stress.xsl news.rdf > stress.html
-
-todo.html: stress.html
.include "${DOC_PREFIX}/share/mk/web.site.mk"
Modified: head/en_US.ISO8859-1/htdocs/releases/6.3R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/6.3R/Makefile Tue Sep 26 09:45:40 2017 (r50928)
+++ head/en_US.ISO8859-1/htdocs/releases/6.3R/Makefile Tue Sep 26 10:09:08 2017 (r50929)
@@ -13,10 +13,6 @@ DOCS+= hardware.xml
DOCS+= installation.xml
DOCS+= schedule.xml
-#FETCHFILE= http://people.freebsd.org/~pho/stress/log/news.rss
-#FETCHCMD= /usr/bin/fetch
-#CLEANFILES+= news.rss stress.html
-
DATA+= errata.html
DATA+= hardware-alpha.html
DATA+= hardware-amd64.html
@@ -39,13 +35,5 @@ DATA+= relnotes-powerpc.html
DATA+= relnotes-sparc64.html
DATA+= docbook.css
-
-#news.rss:
-# ${FETCHCMD} ${FETCHFILE}
-
-#stress.html: news.rss stress.xsl
-# ${XSLTPROC} stress.xsl news.rss > stress.html
-
-#todo.html: stress.html
.include "${DOC_PREFIX}/share/mk/web.site.mk"
Modified: head/en_US.ISO8859-1/htdocs/releases/7.0R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/7.0R/Makefile Tue Sep 26 09:45:40 2017 (r50928)
+++ head/en_US.ISO8859-1/htdocs/releases/7.0R/Makefile Tue Sep 26 10:09:08 2017 (r50929)
@@ -9,22 +9,10 @@
DOCS= announce.xml todo.xml schedule.xml approvals.xml
-FETCHFILE= http://people.freebsd.org/~pho/stress/log/news.rss
-FETCHCMD= /usr/bin/fetch
-CLEANFILES+= news.rss stress.html
-
DATA+= docbook.css
DATA+= errata.html
DATA+= hardware.html
DATA+= readme.html
DATA+= relnotes.html
-
-news.rss:
- ${FETCHCMD} ${FETCHFILE}
-
-stress.html: news.rss stress.xsl
- ${XSLTPROC} stress.xsl news.rss > stress.html
-
-todo.html: stress.html
.include "${DOC_PREFIX}/share/mk/web.site.mk"
More information about the svn-doc-head
mailing list