update.
[chise/chise-fonts-installer.git] / Makefile.in
index b3e6d79..099ace8 100644 (file)
@@ -18,11 +18,10 @@ SCRIPTS_DIR = $(datadir)/scripts
 OPTS           = @ac_configure_args@
 
 
-all:   build-intlfonts build-bdf build-truetype build-gt
+all:   build-intlfonts build-bdf build-truetype
 
 install:       all \
-       install-intlfonts install-bdf install-truetype install-gt \
-       install-scripts
+       install-intlfonts install-bdf install-truetype install-scripts
 
 
 build-intlfonts:       intlfonts-1.2.1/config.log
@@ -53,13 +52,6 @@ install-truetype:
        cd TrueType && make install
 
 
-build-gt:
-       cd GT && make all
-
-install-gt:
-       cd GT && make install
-
-
 install-scripts:
        -$(MKDIR) $(SCRIPTS_DIR)
        install -c chise-setup-xfonts $(SCRIPTS_DIR)
@@ -68,15 +60,13 @@ install-scripts:
 distclean:
        cd BDF && make distclean
        cd TrueType && make distclean
-       cd GT && make distclean
        -$(RM) Makefile config.status config.log chise-setup-xfonts
-       -$(RM) -r autom4te.cache/ intlfonts-1.2.1/
+       -$(RM) -r autom4te.cache/ intlfonts-1.2.1/ GT/
 
 
 distclean-all:
        cd BDF && make distclean-all
        cd TrueType && make distclean-all
-       cd GT && make distclean-all
        -$(RM) intlfonts-1.2.1.tar.gz
        -$(RM) Makefile config.status config.log chise-setup-xfonts
        -$(RM) -r autom4te.cache/ intlfonts-1.2.1/