]> granicus.if.org Git - docbook-dsssl/commitdiff
Added rule to "clean" target for removing all generated *.xsl files.
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 4 Aug 2006 14:55:41 +0000 (14:55 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 4 Aug 2006 14:55:41 +0000 (14:55 +0000)
xsl/xhtml/Makefile

index 385db8f8b3067be563673dc7d88207706c41e4af..d0664837948931d28feb83caee356bbe1f5a8c7e 100644 (file)
@@ -26,4 +26,5 @@ profile-onechunk.xsl: onechunk.xsl ../profiling/xsl2profile.xsl
        $(XSLT) $< ../profiling/xsl2profile.xsl $@
 
 clean: remove-old
-       rm -rf profile-docbook.xsl profile-chunk.xsl profile-onechunk.xsl
+       $(RM) profile-docbook.xsl profile-chunk.xsl profile-onechunk.xsl
+       for f in ../html/*.xsl; do $(RM) `basename $$f`; done