X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile.in;h=b3e6d792bdd59727f3a3e8dfe57ae8187684497b;hb=4af3d9d793fea59c527fb477e27ff6b6088ecc7a;hp=e8d3f1e787c70234ddbeb97ea86ca72b3d206ba7;hpb=5cf78a492dc302cb2966ae4ef4a9929d93252c70;p=chise%2Fchise-fonts-installer.git diff --git a/Makefile.in b/Makefile.in index e8d3f1e..b3e6d79 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,19 +1,28 @@ +PACKAGE = @PACKAGE_NAME@ VERSION = @PACKAGE_VERSION@ TAR = tar WGET = wget +MKDIR = mkdir -p SUDO = prefix = @prefix@ exec_prefix = @exec_prefix@ + +datadir = @datadir@ + BINDIR = @bindir@ LIBDIR = @libdir@ +SCRIPTS_DIR = $(datadir)/scripts + OPTS = @ac_configure_args@ all: build-intlfonts build-bdf build-truetype build-gt -install: install-intlfonts install-bdf install-truetype install-gt +install: all \ + install-intlfonts install-bdf install-truetype install-gt \ + install-scripts build-intlfonts: intlfonts-1.2.1/config.log @@ -51,9 +60,35 @@ install-gt: cd GT && make install +install-scripts: + -$(MKDIR) $(SCRIPTS_DIR) + install -c chise-setup-xfonts $(SCRIPTS_DIR) + + 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 + -$(RM) Makefile config.status config.log chise-setup-xfonts + -$(RM) -r autom4te.cache/ intlfonts-1.2.1/ + + +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/ + + +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)