From: MORIOKA Tomohiko Date: Mon, 23 Jul 2012 20:56:34 +0000 (+0900) Subject: (install-mac): New target. X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ec06a373f49bbcc6363cadbc038c7d6a00f117f;p=chise%2Fchise-fonts-installer.git (install-mac): New target. (/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. --- diff --git a/TrueType/GT/Makefile.in b/TrueType/GT/Makefile.in index ba93152..675ccf6 100644 --- a/TrueType/GT/Makefile.in +++ b/TrueType/GT/Makefile.in @@ -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: