Add $CLEANFILES.
This commit is contained in:
parent
f5ba112f2b
commit
b8bc9c6f3c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10595
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/Makefile,v 1.27 2001/08/07 16:07:33 nik Exp $
|
||||
# $FreeBSD: www/en/news/Makefile,v 1.28 2001/08/10 10:32:11 nik Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -32,6 +32,7 @@ SUBDIR+= 2000
|
|||
SUBDIR+= status
|
||||
|
||||
DATA= newsflash.html news.rdf press.html
|
||||
CLEANFILES+= newsflash.html news.rdf press.html
|
||||
|
||||
newsflash.html: newsflash.xsl news.xml includes.xsl ../includes.xsl
|
||||
xsltproc -nonet -o newsflash.html newsflash.xsl news.xml
|
||||
|
|
Loading…
Reference in a new issue