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:
6ec06a3
)
(install-mac): New target.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 23 Jul 2012 20:57:30 +0000
(
05:57
+0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 23 Jul 2012 20:57:30 +0000
(
05:57
+0900)
(install-hanazono-mac): Ditto.
(install-gt-mac): Ditto.
TrueType/Makefile.in
patch
|
blob
|
history
diff --git
a/TrueType/Makefile.in
b/TrueType/Makefile.in
index
dab88e3
..
173068d
100644
(file)
--- a/
TrueType/Makefile.in
+++ b/
TrueType/Makefile.in
@@
-15,6
+15,8
@@
all: build-hanazono build-zinbun build-gt
install: install-hanazono install-zinbun install-gt
+install-mac: install-hanazono-mac install-gt-mac
+
build-hanazono:
cd Hanazono && make
@@
-22,6
+24,9
@@
build-hanazono:
install-hanazono:
cd Hanazono && make install
+install-hanazono-mac:
+ cd Hanazono && make install-mac
+
build-arphic:
cd Arphic && make
@@
-43,6
+48,9
@@
build-gt:
install-gt:
cd GT && make install
+install-gt-mac:
+ cd GT && make install-mac
+
distclean:
cd Hanazono && make distclean