remove stale "stress.html" files from build
PR: 222618
This commit is contained in:
parent
5f14237994
commit
acb3e5af78
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50929
5 changed files with 0 additions and 60 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
@ -40,12 +36,4 @@ 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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue