From: Michael Smith Date: Fri, 13 May 2005 07:22:53 +0000 (+0000) Subject: clean target now removes generated *.html param files X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7c5502395e5430070033531dbdc9bb7048c59b4;p=docbook-dsssl clean target now removes generated *.html param files --- diff --git a/xsl/doc/fo/Makefile b/xsl/doc/fo/Makefile index 0e6239bfa..e7f1531a3 100644 --- a/xsl/doc/fo/Makefile +++ b/xsl/doc/fo/Makefile @@ -4,6 +4,7 @@ STYLE=../jrefhtml.xsl VPATH=../../docsrc/fo HTMLFILES = param.html table.html +PARAMFILES = $(foreach file,$(basename $(shell find ../../params/*.xml)),$(file).html) all: $(HTMLFILES) @@ -15,3 +16,4 @@ param.html: param.xml clean: rm -f $(HTMLFILES) + rm -f $(PARAMFILES)