projects
/
chise
/
chise-fonts-installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c07a553
)
(distclean-all): New target to delete fonts.
author
tomo
<tomo>
Fri, 17 Sep 2010 10:26:22 +0000
(10:26 +0000)
committer
tomo
<tomo>
Fri, 17 Sep 2010 10:26:22 +0000
(10:26 +0000)
BDF/Makefile.in
patch
|
blob
|
history
TrueType/Makefile.in
patch
|
blob
|
history
diff --git
a/BDF/Makefile.in
b/BDF/Makefile.in
index
81e9733
..
6db357b
100644
(file)
--- 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
(file)
--- 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