From a6ec0cca9f0da48b0168537b46e2d90885f1befb Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 17 Sep 2010 10:29:28 +0000 Subject: [PATCH] (distclean): Don't delete font distribution files. (distclean-all): New target to delete font distribution files. --- Makefile.in | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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: -- 1.7.10.4