From 04692775bb74ff3b788097b8ce2b96479733c54f Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 17 Sep 2010 10:26:43 +0000 Subject: [PATCH] (distclean): Don't delete fonts. (distclean-all): New target to delete fonts. --- BDF/CBETA/Makefile.in | 3 +++ BDF/EGB/Makefile.in | 3 +++ BDF/ETL-VN2/Makefile.in | 3 +++ BDF/JISX0213/Makefile.in | 3 +++ BDF/Thai-XTIS/Makefile.in | 3 +++ BDF/Zinbun/Makefile.in | 3 +++ GT/Makefile.in | 5 ++++- TrueType/Zinbun/Makefile.in | 3 +++ 8 files changed, 25 insertions(+), 1 deletion(-) diff --git a/BDF/CBETA/Makefile.in b/BDF/CBETA/Makefile.in index 8c99c43..c6441f2 100644 --- a/BDF/CBETA/Makefile.in +++ b/BDF/CBETA/Makefile.in @@ -45,4 +45,7 @@ install: distclean: + -$(RM) Makefile + +distclean-all: -$(RM) *.bdf Makefile diff --git a/BDF/EGB/Makefile.in b/BDF/EGB/Makefile.in index 64216a0..17f9ae5 100644 --- a/BDF/EGB/Makefile.in +++ b/BDF/EGB/Makefile.in @@ -48,4 +48,7 @@ install: distclean: + -$(RM) Makefile + +distclean-all: -$(RM) *.bdf Makefile diff --git a/BDF/ETL-VN2/Makefile.in b/BDF/ETL-VN2/Makefile.in index 84a9b46..cb5980c 100644 --- a/BDF/ETL-VN2/Makefile.in +++ b/BDF/ETL-VN2/Makefile.in @@ -45,4 +45,7 @@ install: distclean: + -$(RM) Makefile + +distclean-all: -$(RM) *.bdf Makefile diff --git a/BDF/JISX0213/Makefile.in b/BDF/JISX0213/Makefile.in index 3c56331..c835e55 100644 --- a/BDF/JISX0213/Makefile.in +++ b/BDF/JISX0213/Makefile.in @@ -66,4 +66,7 @@ install: distclean: + -$(RM) Makefile + +distclean-all: -$(RM) *.bdf.gz Makefile diff --git a/BDF/Thai-XTIS/Makefile.in b/BDF/Thai-XTIS/Makefile.in index 2ce84ba..33509e9 100644 --- a/BDF/Thai-XTIS/Makefile.in +++ b/BDF/Thai-XTIS/Makefile.in @@ -48,4 +48,7 @@ install: distclean: + -$(RM) Makefile + +distclean-all: -$(RM) *.bdf Makefile diff --git a/BDF/Zinbun/Makefile.in b/BDF/Zinbun/Makefile.in index a4e7863..02315f5 100644 --- a/BDF/Zinbun/Makefile.in +++ b/BDF/Zinbun/Makefile.in @@ -58,4 +58,7 @@ install: distclean: + -$(RM) Makefile + +distclean-all: -$(RM) *.bdf Makefile diff --git a/GT/Makefile.in b/GT/Makefile.in index b968345..ba93152 100644 --- a/GT/Makefile.in +++ b/GT/Makefile.in @@ -97,4 +97,7 @@ install: distclean: - -$(RM) *.ttf license.html Makefile + -$(RM) Makefile + +distclean-all: + -$(RM) Makefile *.ttf license.html diff --git a/TrueType/Zinbun/Makefile.in b/TrueType/Zinbun/Makefile.in index f26e851..4306dac 100644 --- a/TrueType/Zinbun/Makefile.in +++ b/TrueType/Zinbun/Makefile.in @@ -41,4 +41,7 @@ install: distclean: + -$(RM) Makefile + +distclean-all: -$(RM) *.ttf fonts.dir fonts.alias Makefile -- 1.7.10.4