]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove copied-over slides dir when doing clean.
authorMichael Smith <xmldoc@users.sourceforge.net>
Sat, 5 Aug 2006 23:00:42 +0000 (23:00 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sat, 5 Aug 2006 23:00:42 +0000 (23:00 +0000)
xsl/Makefile

index 1f0b35c711c20074943ffd933c3c8a2f61d1f506..6faca3c616f00218d881493969868dd0ef34159f 100644 (file)
@@ -73,5 +73,6 @@ clean:
        $(MAKE) clean -C doc
        $(MAKE) clean -C docsrc
        $(RM) -r website
+       $(RM) -r slides
 
 include ../releasetools/Targets.mk