From: tomo Date: Fri, 17 Sep 2010 15:43:59 +0000 (+0000) Subject: (build-arphic): New target. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=24a20e9f2929f8c3eff662c95e3e8c73c8e06192;p=chise%2Fchise-fonts-installer.git (build-arphic): New target. (install-arphic): New target. (distclean): Run "make distclean" in Arphic/. (distclean-all): Run "make distclean-all" in Arphic/. --- diff --git a/TrueType/Makefile.in b/TrueType/Makefile.in index eb2584b..7f56d7c 100644 --- a/TrueType/Makefile.in +++ b/TrueType/Makefile.in @@ -16,6 +16,13 @@ all: build-zinbun install: install-zinbun +build-arphic: + cd Arphic && make + +install-arphic: + cd Arphic && make install + + build-zinbun: cd Zinbun && make @@ -24,9 +31,11 @@ install-zinbun: distclean: + cd Arphic && make distclean cd Zinbun && make distclean -$(RM) Makefile distclean-all: + cd Arphic && make distclean-all cd Zinbun && make distclean-all -$(RM) Makefile