From: tomo Date: Fri, 17 Sep 2010 10:29:28 +0000 (+0000) Subject: (distclean): Don't delete font distribution files. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a6ec0cca9f0da48b0168537b46e2d90885f1befb;p=chise%2Fchise-fonts-installer.git (distclean): Don't delete font distribution files. (distclean-all): New target to delete font distribution files. --- diff --git a/Makefile.in b/Makefile.in index 5d3a204..b3e6d79 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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: