Add a dependancy on includes.xsl as well, for the `.xml.html' target.
This commit is contained in:
parent
1a96adf048
commit
b886ed25fb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10724
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/status/Makefile,v 1.3 2001/09/16 22:36:46 chris Exp $
|
||||
# $FreeBSD: www/en/news/status/Makefile,v 1.4 2001/09/18 09:46:18 chris Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -16,7 +16,7 @@ DATA+= report-july-2001.html
|
|||
|
||||
CLEANFILES+= ${DATA}
|
||||
|
||||
.xml.html: report.xsl
|
||||
.xml.html: report.xsl includes.xsl
|
||||
xsltproc -nonet -o ${.TARGET} report.xsl ${.IMPSRC}
|
||||
-tidy -i -m -f /dev/null ${.TARGET}
|
||||
|
||||
|
|
Loading…
Reference in a new issue