]> granicus.if.org Git - docbook-dsssl/commitdiff
added "clean" targets
authorMichael Smith <xmldoc@users.sourceforge.net>
Tue, 26 Apr 2005 13:46:19 +0000 (13:46 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Tue, 26 Apr 2005 13:46:19 +0000 (13:46 +0000)
slides/xsl/html/Makefile
slides/xsl/xhtml/Makefile

index ae712c9ddcc29912fdffcdf950014d9e81448716..f02da071ded774e8bda4024c329d239459290df5 100644 (file)
@@ -27,3 +27,6 @@ param.xsl: param.xweb
        $(XSLT) $(PARAMSTRIP) ../../../litprog/xtangle.xsl $@
        $(RM) $(PARAMPROF) $(PARAMSTRIP)
 
+clean:
+       rm -f param.xsl param.xml param.html
+
index ed83ddd6656e9738ae8169c30b2b95dfe1921363..40d1e9ab3c954e766cae5f545a1a7dc470bf7999 100644 (file)
@@ -16,3 +16,5 @@ add-new:
 xsl-files: remove-old add-new
        for f in *.xsl; do if [ ../html/$$f -nt $$f ]; then $(XSLT) ../html/$$f html2xhtml.xsl $$f; fi; done
 
+clean:
+