diff --git a/en/news/status/Makefile b/en/news/status/Makefile index 3be9f4252a..a2bb9c0599 100644 --- a/en/news/status/Makefile +++ b/en/news/status/Makefile @@ -1,35 +1,36 @@ -# $FreeBSD: www/en/news/status/Makefile,v 1.13 2001/12/22 01:01:27 chris Exp $ +# $FreeBSD: www/en/news/status/Makefile,v 1.14 2002/02/25 22:33:22 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 DATA+= report-september-2001.html DATA+= report-november-2001.html DATA+= report-dec-2001-jan-2002.html +DATA+= report-feb-2002-apr-2002.html # Install a sample entry. DATA+= report-sample.xml CLEANFILES+= ${DATA:M*.html} .xml.html: report.xsl includes.xsl ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ ${.CURDIR}/report.xsl ${.IMPSRC} .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif INDEXLINK= status.html .include "${WEB_PREFIX}/share/mk/web.site.mk"