X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile.in;h=099ace876140e2631b304317c3f527097d178b23;hb=e770a63bc2e36feaeca6db44437d75ce2ac63b2b;hp=2d780196b76d85f9c7685716dca9b4b317970aed;hpb=09232a8eccd7d0f42ef0bc2fd19c60eeea71a690;p=chise%2Fchise-fonts-installer.git diff --git a/Makefile.in b/Makefile.in index 2d78019..099ace8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,3 +1,4 @@ +PACKAGE = @PACKAGE_NAME@ VERSION = @PACKAGE_VERSION@ TAR = tar @@ -17,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 @@ -52,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) @@ -67,6 +60,25 @@ 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/ intlfonts-1.2.1.tar.gz + -$(RM) -r autom4te.cache/ intlfonts-1.2.1/ GT/ + + +distclean-all: + cd BDF && make distclean-all + cd TrueType && 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/ + + +tar: + cvs commit + sh -c 'cvs tag -R $(PACKAGE)-`echo $(VERSION) | tr . _`; \ + cd /tmp; \ + cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise \ + export -d $(PACKAGE)-$(VERSION) \ + -r $(PACKAGE)-`echo $(VERSION) | tr . _` \ + $(PACKAGE)' + cd /tmp; $(TAR) cvzf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION) + cd /tmp; $(RM) -r $(PACKAGE)-$(VERSION)