diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-13 13:19:38 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-13 13:19:38 +0000 |
commit | d045cca6dcb0c1741ca3ed3fed18bc8cdf56c707 (patch) | |
tree | 4b771123824abef948c2dce444f7d95e7e9489e6 /Build/source/utils/xindy/xindy-2.4/Makefile.in | |
parent | a002c295ae6054a4cfb9825ddb6e0d4f27ecde73 (diff) |
reorganize xindy-2.4 build system (part 2)
git-svn-id: svn://tug.org/texlive/trunk@21707 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/xindy-2.4/Makefile.in')
-rw-r--r-- | Build/source/utils/xindy/xindy-2.4/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/utils/xindy/xindy-2.4/Makefile.in b/Build/source/utils/xindy/xindy-2.4/Makefile.in index 7c6b1470bf6..12f54fc52cb 100644 --- a/Build/source/utils/xindy/xindy-2.4/Makefile.in +++ b/Build/source/utils/xindy/xindy-2.4/Makefile.in @@ -41,13 +41,12 @@ host_triplet = @host@ # do we build docs? @BUILDDOCS_TRUE@am__append_2 = doc -subdir = xindy +subdir = xindy-2.4 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ AUTHORS COPYING INSTALL NEWS ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-warnings.m4 \ - $(top_srcdir)/xindy/VERSION $(top_srcdir)/ac/xindy.ac \ - $(top_srcdir)/configure.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 @@ -174,6 +173,7 @@ STRIP = @STRIP@ VERSION = @VERSION@ WARNING_CFLAGS = @WARNING_CFLAGS@ XINDY_RUN = @XINDY_RUN@ +XINDY_TREE = @XINDY_TREE@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -243,9 +243,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-2.4/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign xindy/Makefile + $(AUTOMAKE) --foreign xindy-2.4/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ |