diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-11-07 08:11:34 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-11-07 08:11:34 +0000 |
commit | ebeab8c052198217ad94c94048c7ee6354f2bbcf (patch) | |
tree | b3c05d6b68aab4edf88650442194d6303fa19725 /Build/source/utils/xindy/xindy-2.4/make-rules/Makefile.in | |
parent | 7d2e0be79778b37a2a346c2187e8a0ec0500e53e (diff) |
xindy: Add persian alphabet
git-svn-id: svn://tug.org/texlive/trunk@24532 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/xindy-2.4/make-rules/Makefile.in')
-rw-r--r-- | Build/source/utils/xindy/xindy-2.4/make-rules/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/xindy/xindy-2.4/make-rules/Makefile.in b/Build/source/utils/xindy/xindy-2.4/make-rules/Makefile.in index 50c6722523c..0569ca8027d 100644 --- a/Build/source/utils/xindy/xindy-2.4/make-rules/Makefile.in +++ b/Build/source/utils/xindy/xindy-2.4/make-rules/Makefile.in @@ -37,8 +37,8 @@ DIST_COMMON = README $(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)/../../m4/kpse-win32.m4 $(top_srcdir)/ac/xindy.ac \ - $(top_srcdir)/configure.ac + $(top_srcdir)/../../m4/kpse-win32.m4 $(top_srcdir)/version.ac \ + $(top_srcdir)/ac/xindy.ac $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d |