(build-arphic): New target.
authortomo <tomo>
Fri, 17 Sep 2010 15:43:59 +0000 (15:43 +0000)
committertomo <tomo>
Fri, 17 Sep 2010 15:43:59 +0000 (15:43 +0000)
(install-arphic): New target.
(distclean): Run "make distclean" in Arphic/.
(distclean-all): Run "make distclean-all" in Arphic/.

TrueType/Makefile.in

index eb2584b..7f56d7c 100644 (file)
@@ -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