(install-mac): New target.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 23 Jul 2012 20:56:34 +0000 (05:56 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 23 Jul 2012 20:56:34 +0000 (05:56 +0900)
(/Library/Fonts/gt200001.ttf): Ditto.
(/Library/Fonts/gt200002.ttf): Ditto.
(/Library/Fonts/gt200003.ttf): Ditto.
(/Library/Fonts/gt200004.ttf): Ditto.
(/Library/Fonts/gt200005.ttf): Ditto.
(/Library/Fonts/gt200006.ttf): Ditto.
(/Library/Fonts/gt200007.ttf): Ditto.
(/Library/Fonts/gt200008.ttf): Ditto.
(/Library/Fonts/gt200009.ttf): Ditto.
(/Library/Fonts/gt200010.ttf): Ditto.
(/Library/Fonts/gt200011.ttf): Ditto.
(/Library/Fonts/gt200012.ttf): Ditto.
(/Library/Fonts/gt200013.ttf): Ditto.

TrueType/GT/Makefile.in

index ba93152..675ccf6 100644 (file)
@@ -93,7 +93,60 @@ gt2000k2.ttf:
 install:
        $(MKDIR) $(GT_FONTS_DIR)
        ( $(TAR) -cf - *.ttf *.html *.dir ) | \
-       ( cd $(GT_FONTS_DIR) && $(TAR) -xf - )
+               ( cd $(GT_FONTS_DIR) && $(TAR) -xf - )
+
+
+install-mac:   /Library/Fonts/gt200001.ttf /Library/Fonts/gt200002.ttf \
+               /Library/Fonts/gt200003.ttf /Library/Fonts/gt200004.ttf \
+               /Library/Fonts/gt200005.ttf /Library/Fonts/gt200006.ttf \
+               /Library/Fonts/gt200007.ttf /Library/Fonts/gt200008.ttf \
+               /Library/Fonts/gt200009.ttf /Library/Fonts/gt200010.ttf \
+               /Library/Fonts/gt200011.ttf /Library/Fonts/gt200012.ttf \
+               /Library/Fonts/gt200013.ttf
+       $(MKDIR) $(GT_FONTS_DIR)
+       ( $(TAR) -cf - *.ttf *.html *.dir ) | \
+               ( cd $(GT_FONTS_DIR) && $(TAR) -xf - )
+       -$(RM) $(GT_FONTS_DIR)/gt2000[0-9][0-9].ttf
+       ln -s /Library/Fonts/gt2000[0-9][0-9].ttf $(GT_FONTS_DIR)
+
+/Library/Fonts/gt200001.ttf:   all
+       cp -p gt200001.ttf /Library/Fonts/
+
+/Library/Fonts/gt200002.ttf:   all
+       cp -p gt200002.ttf /Library/Fonts/
+
+/Library/Fonts/gt200003.ttf:   all
+       cp -p gt200003.ttf /Library/Fonts/
+
+/Library/Fonts/gt200004.ttf:   all
+       cp -p gt200004.ttf /Library/Fonts/
+
+/Library/Fonts/gt200005.ttf:   all
+       cp -p gt200005.ttf /Library/Fonts/
+
+/Library/Fonts/gt200006.ttf:   all
+       cp -p gt200006.ttf /Library/Fonts/
+
+/Library/Fonts/gt200007.ttf:   all
+       cp -p gt200007.ttf /Library/Fonts/
+
+/Library/Fonts/gt200008.ttf:   all
+       cp -p gt200008.ttf /Library/Fonts/
+
+/Library/Fonts/gt200009.ttf:   all
+       cp -p gt200009.ttf /Library/Fonts/
+
+/Library/Fonts/gt200010.ttf:   all
+       cp -p gt200010.ttf /Library/Fonts/
+
+/Library/Fonts/gt200011.ttf:   all
+       cp -p gt200011.ttf /Library/Fonts/
+
+/Library/Fonts/gt200012.ttf:   all
+       cp -p gt200012.ttf /Library/Fonts/
+
+/Library/Fonts/gt200013.ttf:   all
+       cp -p gt200013.ttf /Library/Fonts/
 
 
 distclean: