diff --git a/en/news/status/Makefile b/en/news/status/Makefile index 6519940609..d211cf9304 100644 --- a/en/news/status/Makefile +++ b/en/news/status/Makefile @@ -1,29 +1,29 @@ -# $FreeBSD: www/en/news/status/Makefile,v 1.6 2001/09/18 18:46:30 chris Exp $ +# $FreeBSD: www/en/news/status/Makefile,v 1.7 2001/10/17 02:33:25 chris Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif .SUFFIXES: .xml .html DOCS= status.sgml DATA= report-june-2001.html DATA+= report-july-2001.html DATA+= report-august-2001.html # Install a sample entry. DATA+= report-sample.xml -CLEANFILES+= ${DATA} +CLEANFILES+= ${DATA:M*.html} .xml.html: report.xsl includes.xsl xsltproc -nonet -o ${.TARGET} report.xsl ${.IMPSRC} -tidy -i -m -f /dev/null ${.TARGET} INDEXLINK= status.html .include "${WEB_PREFIX}/share/mk/web.site.mk"