X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile.in;h=e8d3f1e787c70234ddbeb97ea86ca72b3d206ba7;hb=5cf78a492dc302cb2966ae4ef4a9929d93252c70;hp=8b67479bd25e238b41193453cdff0b031f9e6ddb;hpb=cf6981e17d2f5731197762b4406e5ba3c66113ae;p=chise%2Fchise-fonts-installer.git diff --git a/Makefile.in b/Makefile.in index 8b67479..e8d3f1e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,9 +11,9 @@ LIBDIR = @libdir@ OPTS = @ac_configure_args@ -all: build-intlfonts build-gt +all: build-intlfonts build-bdf build-truetype build-gt -install: install-intlfonts install-gt +install: install-intlfonts install-bdf install-truetype install-gt build-intlfonts: intlfonts-1.2.1/config.log @@ -30,6 +30,20 @@ install-intlfonts: cd intlfonts-1.2.1 && make install +build-bdf: + cd BDF && make all + +install-bdf: + cd BDF && make install + + +build-truetype: + cd TrueType && make all + +install-truetype: + cd TrueType && make install + + build-gt: cd GT && make all @@ -38,6 +52,8 @@ install-gt: distclean: + cd BDF && make distclean + cd TrueType && make distclean + cd GT && make distclean -$(RM) Makefile config.status config.log -$(RM) -r autom4te.cache/ intlfonts-1.2.1/ intlfonts-1.2.1.tar.gz - cd GT && make distclean