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:
8152264
)
(install): Run `mkfontdir' in JISX0213_BDF_FONTS_DIR as a fallback
author
MORIOKA Tomohiko
<tomo@aurora.local>
Thu, 19 Jul 2012 18:09:59 +0000
(
03:09
+0900)
committer
MORIOKA Tomohiko
<tomo@aurora.local>
Thu, 19 Jul 2012 18:09:59 +0000
(
03:09
+0900)
when `mkfontdir' fails in JISX0213_PCF_FONTS_DIR.
BDF/JISX0213/Makefile.in
patch
|
blob
|
history
diff --git
a/BDF/JISX0213/Makefile.in
b/BDF/JISX0213/Makefile.in
index
3781ba3
..
1ea665a
100644
(file)
--- a/
BDF/JISX0213/Makefile.in
+++ b/
BDF/JISX0213/Makefile.in
@@
-65,6
+65,7
@@
install:
> $(JISX0213_PCF_FONTS_DIR)/$${FONT} ; \
done
cd $(JISX0213_PCF_FONTS_DIR) && mkfontdir
+ cd $(JISX0213_BDF_FONTS_DIR) && mkfontdir
distclean: