(distclean): Don't delete font distribution files.
authortomo <tomo>
Fri, 17 Sep 2010 10:29:28 +0000 (10:29 +0000)
committertomo <tomo>
Fri, 17 Sep 2010 10:29:28 +0000 (10:29 +0000)
(distclean-all): New target to delete font distribution files.

Makefile.in

index 5d3a204..b3e6d79 100644 (file)
@@ -70,7 +70,16 @@ distclean:
        cd TrueType && make distclean
        cd GT && make distclean
        -$(RM) Makefile config.status config.log chise-setup-xfonts
-       -$(RM) -r autom4te.cache/ intlfonts-1.2.1/ intlfonts-1.2.1.tar.gz
+       -$(RM) -r autom4te.cache/ intlfonts-1.2.1/
+
+
+distclean-all:
+       cd BDF && make distclean-all
+       cd TrueType && make distclean-all
+       cd GT && make distclean-all
+       -$(RM) intlfonts-1.2.1.tar.gz
+       -$(RM) Makefile config.status config.log chise-setup-xfonts
+       -$(RM) -r autom4te.cache/ intlfonts-1.2.1/
 
 
 tar: