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:
5ca93de
)
(install): Install encodings.dir.
author
tomo
<tomo>
Fri, 17 Sep 2010 16:15:59 +0000
(16:15 +0000)
committer
tomo
<tomo>
Fri, 17 Sep 2010 16:15:59 +0000
(16:15 +0000)
TrueType/Arphic/Makefile.in
patch
|
blob
|
history
diff --git
a/TrueType/Arphic/Makefile.in
b/TrueType/Arphic/Makefile.in
index
49fade7
..
f189989
100644
(file)
--- a/
TrueType/Arphic/Makefile.in
+++ b/
TrueType/Arphic/Makefile.in
@@
-43,7
+43,7
@@
gkai00mp.ttf:
install:
$(MKDIR) $(ARPHIC_FONTS_DIR)
- ( $(TAR) -cf - *.ttf fonts.dir fonts.alias ) | \
+ ( $(TAR) -cf - *.ttf fonts.dir encodings.dir ) | \
( cd $(ARPHIC_FONTS_DIR) && $(TAR) -xf - )