Index: head/en_US.ISO8859-1/htdocs/releases/6.0R/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/6.0R/Makefile (revision 50928) +++ head/en_US.ISO8859-1/htdocs/releases/6.0R/Makefile (revision 50929) @@ -1,51 +1,39 @@ # $FreeBSD$ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= todo.xml schedule.xml approvals.xml DOCS+= announce.xml DOCS+= relnotes.xml DOCS+= hardware.xml DOCS+= installation.xml DATA+= errata.html DATA+= hardware-alpha.html DATA+= hardware-amd64.html DATA+= hardware-ia64.html DATA+= hardware-i386.html DATA+= hardware-pc98.html DATA+= hardware-sparc64.html DATA+= installation-alpha.html DATA+= installation-amd64.html DATA+= installation-ia64.html DATA+= installation-i386.html DATA+= installation-pc98.html DATA+= installation-sparc64.html DATA+= readme.html DATA+= relnotes-alpha.html DATA+= relnotes-amd64.html DATA+= relnotes-ia64.html 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" Index: head/en_US.ISO8859-1/htdocs/releases/6.1R/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/6.1R/Makefile (revision 50928) +++ head/en_US.ISO8859-1/htdocs/releases/6.1R/Makefile (revision 50929) @@ -1,51 +1,39 @@ # $FreeBSD$ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= todo.xml schedule.xml approvals.xml DOCS+= announce.xml DOCS+= relnotes.xml DOCS+= hardware.xml DOCS+= installation.xml DATA+= errata.html DATA+= hardware-alpha.html DATA+= hardware-amd64.html DATA+= hardware-ia64.html DATA+= hardware-i386.html DATA+= hardware-pc98.html DATA+= hardware-sparc64.html DATA+= installation-alpha.html DATA+= installation-amd64.html DATA+= installation-ia64.html DATA+= installation-i386.html DATA+= installation-pc98.html DATA+= installation-sparc64.html DATA+= readme.html DATA+= relnotes-alpha.html DATA+= relnotes-amd64.html DATA+= relnotes-ia64.html 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" Index: head/en_US.ISO8859-1/htdocs/releases/6.2R/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/6.2R/Makefile (revision 50928) +++ head/en_US.ISO8859-1/htdocs/releases/6.2R/Makefile (revision 50929) @@ -1,51 +1,39 @@ # $FreeBSD$ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= todo.xml schedule.xml approvals.xml DOCS+= announce.xml DOCS+= relnotes.xml DOCS+= hardware.xml DOCS+= installation.xml DATA+= errata.html DATA+= hardware-alpha.html DATA+= hardware-amd64.html DATA+= hardware-ia64.html DATA+= hardware-i386.html DATA+= hardware-pc98.html DATA+= hardware-sparc64.html DATA+= installation-alpha.html DATA+= installation-amd64.html DATA+= installation-ia64.html DATA+= installation-i386.html DATA+= installation-pc98.html DATA+= installation-sparc64.html DATA+= readme.html DATA+= relnotes-alpha.html DATA+= relnotes-amd64.html DATA+= relnotes-ia64.html 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" Index: head/en_US.ISO8859-1/htdocs/releases/6.3R/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/6.3R/Makefile (revision 50928) +++ head/en_US.ISO8859-1/htdocs/releases/6.3R/Makefile (revision 50929) @@ -1,51 +1,39 @@ # $FreeBSD$ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= announce.xml DOCS+= relnotes.xml 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 DATA+= hardware-i386.html DATA+= hardware-pc98.html DATA+= hardware-powerpc.html DATA+= hardware-sparc64.html DATA+= installation-alpha.html DATA+= installation-amd64.html DATA+= installation-i386.html DATA+= installation-pc98.html DATA+= installation-powerpc.html DATA+= installation-sparc64.html DATA+= readme.html DATA+= relnotes-alpha.html DATA+= relnotes-amd64.html DATA+= relnotes-i386.html DATA+= relnotes-pc98.html 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" Index: head/en_US.ISO8859-1/htdocs/releases/7.0R/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/7.0R/Makefile (revision 50928) +++ head/en_US.ISO8859-1/htdocs/releases/7.0R/Makefile (revision 50929) @@ -1,30 +1,18 @@ # $FreeBSD$ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif 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"