]> granicus.if.org Git - docbook-dsssl/commitdiff
clean target now removes generated *.html param files
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 13 May 2005 07:22:53 +0000 (07:22 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 13 May 2005 07:22:53 +0000 (07:22 +0000)
xsl/doc/fo/Makefile

index 0e6239bfa3d2d787f2edf0b9dd969cabae6806a0..e7f1531a379031d0d8516078953a59ee0c824c73 100644 (file)
@@ -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)