From: tomo Date: Fri, 17 Sep 2010 10:26:22 +0000 (+0000) Subject: (distclean-all): New target to delete fonts. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fchise-fonts-installer.git;a=commitdiff_plain;h=c5001aa46dbb97e3ba6a96805ce00c5df2969298 (distclean-all): New target to delete fonts. --- diff --git a/BDF/Makefile.in b/BDF/Makefile.in index 81e9733..6db357b 100644 --- a/BDF/Makefile.in +++ b/BDF/Makefile.in @@ -68,3 +68,12 @@ distclean: cd Zinbun && make distclean cd CBETA && make distclean -$(RM) Makefile + +distclean-all: + cd JISX0213 && make distclean-all + cd EGB && make distclean-all + cd ETL-VN2 && make distclean-all + cd Thai-XTIS && make distclean-all + cd Zinbun && make distclean-all + cd CBETA && make distclean-all + -$(RM) Makefile diff --git a/TrueType/Makefile.in b/TrueType/Makefile.in index 77859b1..eb2584b 100644 --- a/TrueType/Makefile.in +++ b/TrueType/Makefile.in @@ -26,3 +26,7 @@ install-zinbun: distclean: cd Zinbun && make distclean -$(RM) Makefile + +distclean-all: + cd Zinbun && make distclean-all + -$(RM) Makefile