(distclean-all): New target to delete fonts.
authortomo <tomo>
Fri, 17 Sep 2010 10:26:22 +0000 (10:26 +0000)
committertomo <tomo>
Fri, 17 Sep 2010 10:26:22 +0000 (10:26 +0000)
BDF/Makefile.in
TrueType/Makefile.in

index 81e9733..6db357b 100644 (file)
@@ -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
index 77859b1..eb2584b 100644 (file)
@@ -26,3 +26,7 @@ install-zinbun:
 distclean:
        cd Zinbun && make distclean
        -$(RM) Makefile
+
+distclean-all:
+       cd Zinbun && make distclean-all
+       -$(RM) Makefile