diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-04-01 06:37:08 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-04-01 06:37:08 +0000 |
commit | 130e660fb979d78b0d5fe49e2fb1d01d3f01b7a9 (patch) | |
tree | e75fceb0cd099a4f70dd7a57968bc6fd516a57c0 /Build/source/utils/xindy/xindy-2.4/make-rules/alphabets/turkish | |
parent | 02550d8b7a9abf4b5d9efbb7968f5995133f6e61 (diff) |
utils/xindy and texk/tex4htk: Use Makefile fragment for linked scripts
git-svn-id: svn://tug.org/texlive/trunk@21911 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/xindy-2.4/make-rules/alphabets/turkish')
-rw-r--r-- | Build/source/utils/xindy/xindy-2.4/make-rules/alphabets/turkish/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/utils/xindy/xindy-2.4/make-rules/alphabets/turkish/Makefile.in b/Build/source/utils/xindy/xindy-2.4/make-rules/alphabets/turkish/Makefile.in index f7f9eaed54f..1d602744143 100644 --- a/Build/source/utils/xindy/xindy-2.4/make-rules/alphabets/turkish/Makefile.in +++ b/Build/source/utils/xindy/xindy-2.4/make-rules/alphabets/turkish/Makefile.in @@ -37,7 +37,8 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-progs.m4 \ $(top_srcdir)/../../m4/kpse-warnings.m4 \ - $(top_srcdir)/ac/xindy.ac $(top_srcdir)/configure.ac + $(top_srcdir)/../../m4/kpse-win32.m4 $(top_srcdir)/ac/xindy.ac \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d |