diff --git a/en/news/status/Makefile b/en/news/status/Makefile index 53f70f51d8..6519940609 100644 --- a/en/news/status/Makefile +++ b/en/news/status/Makefile @@ -1,26 +1,29 @@ -# $FreeBSD: www/en/news/status/Makefile,v 1.5 2001/09/18 10:03:21 chris Exp $ +# $FreeBSD: www/en/news/status/Makefile,v 1.6 2001/09/18 18:46:30 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} .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"