diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-14 16:27:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-14 16:27:09 +0000 |
commit | abac9f54ac2e0063ed3b84629c6373dfff19050e (patch) | |
tree | c2f773e32b415cb79acc263d6ec11a6bf5bbda18 /Master/texmf-dist/source/latex/thailatex/Makefile.in | |
parent | 5ed6e46477b3e009c4b2e7ac79cd71a823b128bf (diff) |
thailatex (16jun12)
git-svn-id: svn://tug.org/texlive/trunk@27050 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/thailatex/Makefile.in')
-rw-r--r-- | Master/texmf-dist/source/latex/thailatex/Makefile.in | 82 |
1 files changed, 57 insertions, 25 deletions
diff --git a/Master/texmf-dist/source/latex/thailatex/Makefile.in b/Master/texmf-dist/source/latex/thailatex/Makefile.in index 2166c9bb036..50c19bc8aa2 100644 --- a/Master/texmf-dist/source/latex/thailatex/Makefile.in +++ b/Master/texmf-dist/source/latex/thailatex/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.3 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -16,6 +16,23 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -54,6 +71,11 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -143,6 +165,7 @@ DEFS = @DEFS@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ +FMTUTIL = @FMTUTIL@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -162,6 +185,7 @@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ +PATGEN = @PATGEN@ PATH_SEPARATOR = @PATH_SEPARATOR@ PDFLATEX = @PDFLATEX@ SED = @SED@ @@ -212,12 +236,13 @@ texmfdir = @texmfdir@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = HISTORY -SUBDIRS = babel emacs scripts doc +EXTRA_DIST = HISTORY README.hyphen +SUBDIRS = babel hyphen emacs scripts doc DISTCLEANFILES = thailatex.spec \ $(tdsdist_tgz) $(ctandist_tgz) \ $(tdsdist_zip) $(ctandist_zip) +DISTCHECK_CONFIGURE_FLAGS = --disable-hooks doc_DATA = README tdsdist_tgz = $(PACKAGE)-$(VERSION).tds.tar.gz ctandist_tgz = $(PACKAGE)-$(VERSION).ctan.tar.gz @@ -263,8 +288,11 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__aclocal_m4_deps): install-docDATA: $(doc_DATA) @$(NORMAL_INSTALL) - test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ + fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ @@ -449,13 +477,10 @@ distdir: $(DISTFILES) done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ @@ -644,6 +669,8 @@ distclean-generic: maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." +@ENABLE_HOOKS_FALSE@install-data-hook: +@ENABLE_HOOKS_FALSE@uninstall-hook: clean: clean-recursive clean-am: clean-generic mostlyclean-am @@ -737,20 +764,25 @@ uninstall-am: uninstall-docDATA uninstall-hook -install-data-hook: - @if test -z "$(DESTDIR)" ; then \ - $(TEXHASH) ; \ - else \ - echo "***" ; \ - echo "*** Warning: TeX index not updated" ; \ - echo "***" ; \ - echo "*** update it on the target system" ; \ - echo "*** using $(TEXHASH) command" ; \ - echo "***" ; \ - fi - -uninstall-hook: - $(TEXHASH) +@ENABLE_HOOKS_TRUE@install-data-hook: +@ENABLE_HOOKS_TRUE@ @if test -z "$(DESTDIR)" ; then \ +@ENABLE_HOOKS_TRUE@ $(TEXHASH) ; \ +@ENABLE_HOOKS_TRUE@ else \ +@ENABLE_HOOKS_TRUE@ echo "***" ; \ +@ENABLE_HOOKS_TRUE@ echo "*** Warning: TeX index not updated" ; \ +@ENABLE_HOOKS_TRUE@ echo "***" ; \ +@ENABLE_HOOKS_TRUE@ echo "*** update it on the target system" ; \ +@ENABLE_HOOKS_TRUE@ echo "*** using $(TEXHASH) command" ; \ +@ENABLE_HOOKS_TRUE@ echo "***" ; \ +@ENABLE_HOOKS_TRUE@ fi +@ENABLE_HOOKS_TRUE@ @echo "***" +@ENABLE_HOOKS_TRUE@ @echo "Almost done. See README.hyphen for further steps to" +@ENABLE_HOOKS_TRUE@ @echo "set up the hyphenation pattern." +@ENABLE_HOOKS_TRUE@ @echo "***" + +@ENABLE_HOOKS_TRUE@uninstall-hook: +@ENABLE_HOOKS_TRUE@ $(TEXHASH) +@ENABLE_HOOKS_TRUE@ $(FMTUTIL) --all inst-tds: rm -rf $(tdsdistdir) |