summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-02-24 22:10:59 +0000
committerKarl Berry <karl@freefriends.org>2016-02-24 22:10:59 +0000
commit11f72589d2c93e2b1ee1bdf0c7dd66d03a6ddb6a (patch)
treed8b40682bf704232c1abf5287b58dd4a1325ff46 /Build/source/utils/xindy
parent45c8dc5912727cf8dd2044a5cd650fe88c960de1 (diff)
reautoconf+sync
git-svn-id: svn://tug.org/texlive/trunk@39848 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy')
-rw-r--r--Build/source/utils/xindy/Makefile.in7
-rw-r--r--Build/source/utils/xindy/xindy-src/Makefile.in6
-rw-r--r--Build/source/utils/xindy/xindy-src/doc/Makefile.in6
-rw-r--r--Build/source/utils/xindy/xindy-src/make-rules/Makefile.in6
-rw-r--r--Build/source/utils/xindy/xindy-src/make-rules/alphabets/Makefile.in6
-rw-r--r--Build/source/utils/xindy/xindy-src/make-rules/inputenc/Makefile.in6
-rw-r--r--Build/source/utils/xindy/xindy-src/modules/Makefile.in6
-rw-r--r--Build/source/utils/xindy/xindy-src/src/Makefile.in6
-rw-r--r--Build/source/utils/xindy/xindy-src/tex2xindy/Makefile.in6
-rw-r--r--Build/source/utils/xindy/xindy-src/user-commands/Makefile.in6
10 files changed, 30 insertions, 31 deletions
diff --git a/Build/source/utils/xindy/Makefile.in b/Build/source/utils/xindy/Makefile.in
index 7b93244c882..031a7f6a1e8 100644
--- a/Build/source/utils/xindy/Makefile.in
+++ b/Build/source/utils/xindy/Makefile.in
@@ -349,10 +349,9 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = README-clisp xindy-PATCHES \
- $(XINDY_TREE)/Makefile.am $(XINDY_TREE)/VERSION \
- $(XINDY_TREE)/configure.ac $(XINDY_TREE)/m4 \
- $(top_builddir)/../../build-aux/relpath
+EXTRA_DIST = README-clisp xindy-PATCHES $(XINDY_TREE)/Makefile.am \
+ $(XINDY_TREE)/VERSION $(XINDY_TREE)/configure.ac \
+ $(XINDY_TREE)/m4 $(top_builddir)/../../build-aux/relpath
SUBDIRS = . $(XINDY_TREE)
DIST_SUBDIRS = $(SUBDIRS)
NEVER_DIST = `find . $(NEVER_NAMES)`
diff --git a/Build/source/utils/xindy/xindy-src/Makefile.in b/Build/source/utils/xindy/xindy-src/Makefile.in
index 68931a92a52..b53449161de 100644
--- a/Build/source/utils/xindy/xindy-src/Makefile.in
+++ b/Build/source/utils/xindy/xindy-src/Makefile.in
@@ -95,7 +95,7 @@ host_triplet = @host@
# do we build docs?
@BUILDDOCS_TRUE@am__append_2 = doc
-subdir = xindy-2.5.1
+subdir = xindy-src
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
$(top_srcdir)/../../m4/kpse-progs.m4 \
@@ -346,9 +346,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-2.5.1/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-src/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --foreign xindy-2.5.1/Makefile
+ $(AUTOMAKE) --foreign xindy-src/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
diff --git a/Build/source/utils/xindy/xindy-src/doc/Makefile.in b/Build/source/utils/xindy/xindy-src/doc/Makefile.in
index a546e497af4..1f861e8781f 100644
--- a/Build/source/utils/xindy/xindy-src/doc/Makefile.in
+++ b/Build/source/utils/xindy/xindy-src/doc/Makefile.in
@@ -87,7 +87,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-subdir = xindy-2.5.1/doc
+subdir = xindy-src/doc
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
$(top_srcdir)/../../m4/kpse-progs.m4 \
@@ -285,9 +285,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/st
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-2.5.1/doc/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-src/doc/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --foreign xindy-2.5.1/doc/Makefile
+ $(AUTOMAKE) --foreign xindy-src/doc/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
diff --git a/Build/source/utils/xindy/xindy-src/make-rules/Makefile.in b/Build/source/utils/xindy/xindy-src/make-rules/Makefile.in
index b3f01a41450..0af9e108326 100644
--- a/Build/source/utils/xindy/xindy-src/make-rules/Makefile.in
+++ b/Build/source/utils/xindy/xindy-src/make-rules/Makefile.in
@@ -86,7 +86,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-subdir = xindy-2.5.1/make-rules
+subdir = xindy-src/make-rules
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
$(top_srcdir)/../../m4/kpse-progs.m4 \
@@ -302,9 +302,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-2.5.1/make-rules/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-src/make-rules/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --foreign xindy-2.5.1/make-rules/Makefile
+ $(AUTOMAKE) --foreign xindy-src/make-rules/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
diff --git a/Build/source/utils/xindy/xindy-src/make-rules/alphabets/Makefile.in b/Build/source/utils/xindy/xindy-src/make-rules/alphabets/Makefile.in
index 06f320bcb51..c4f7f11cbaf 100644
--- a/Build/source/utils/xindy/xindy-src/make-rules/alphabets/Makefile.in
+++ b/Build/source/utils/xindy/xindy-src/make-rules/alphabets/Makefile.in
@@ -87,7 +87,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-subdir = xindy-2.5.1/make-rules/alphabets
+subdir = xindy-src/make-rules/alphabets
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
$(top_srcdir)/../../m4/kpse-progs.m4 \
@@ -668,9 +668,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/al
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-2.5.1/make-rules/alphabets/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-src/make-rules/alphabets/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --foreign xindy-2.5.1/make-rules/alphabets/Makefile
+ $(AUTOMAKE) --foreign xindy-src/make-rules/alphabets/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
diff --git a/Build/source/utils/xindy/xindy-src/make-rules/inputenc/Makefile.in b/Build/source/utils/xindy/xindy-src/make-rules/inputenc/Makefile.in
index 6cbe32b910f..362dec35056 100644
--- a/Build/source/utils/xindy/xindy-src/make-rules/inputenc/Makefile.in
+++ b/Build/source/utils/xindy/xindy-src/make-rules/inputenc/Makefile.in
@@ -87,7 +87,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-subdir = xindy-2.5.1/make-rules/inputenc
+subdir = xindy-src/make-rules/inputenc
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
$(top_srcdir)/../../m4/kpse-progs.m4 \
@@ -383,9 +383,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-2.5.1/make-rules/inputenc/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-src/make-rules/inputenc/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --foreign xindy-2.5.1/make-rules/inputenc/Makefile
+ $(AUTOMAKE) --foreign xindy-src/make-rules/inputenc/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
diff --git a/Build/source/utils/xindy/xindy-src/modules/Makefile.in b/Build/source/utils/xindy/xindy-src/modules/Makefile.in
index 72c4696c7eb..a32778960f6 100644
--- a/Build/source/utils/xindy/xindy-src/modules/Makefile.in
+++ b/Build/source/utils/xindy/xindy-src/modules/Makefile.in
@@ -87,7 +87,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-subdir = xindy-2.5.1/modules
+subdir = xindy-src/modules
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
$(top_srcdir)/../../m4/kpse-progs.m4 \
@@ -291,9 +291,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/ba
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-2.5.1/modules/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-src/modules/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --foreign xindy-2.5.1/modules/Makefile
+ $(AUTOMAKE) --foreign xindy-src/modules/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
diff --git a/Build/source/utils/xindy/xindy-src/src/Makefile.in b/Build/source/utils/xindy/xindy-src/src/Makefile.in
index 37ca75fa479..7c8f1633a82 100644
--- a/Build/source/utils/xindy/xindy-src/src/Makefile.in
+++ b/Build/source/utils/xindy/xindy-src/src/Makefile.in
@@ -87,7 +87,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-subdir = xindy-2.5.1/src
+subdir = xindy-src/src
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
$(top_srcdir)/../../m4/kpse-progs.m4 \
@@ -298,9 +298,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-2.5.1/src/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-src/src/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --foreign xindy-2.5.1/src/Makefile
+ $(AUTOMAKE) --foreign xindy-src/src/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
diff --git a/Build/source/utils/xindy/xindy-src/tex2xindy/Makefile.in b/Build/source/utils/xindy/xindy-src/tex2xindy/Makefile.in
index 64ac828dd22..73b87a83fa5 100644
--- a/Build/source/utils/xindy/xindy-src/tex2xindy/Makefile.in
+++ b/Build/source/utils/xindy/xindy-src/tex2xindy/Makefile.in
@@ -88,7 +88,7 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
bin_PROGRAMS = tex2xindy$(EXEEXT)
-subdir = xindy-2.5.1/tex2xindy
+subdir = xindy-src/tex2xindy
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
$(top_srcdir)/../../m4/kpse-progs.m4 \
@@ -326,9 +326,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-2.5.1/tex2xindy/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-src/tex2xindy/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --foreign xindy-2.5.1/tex2xindy/Makefile
+ $(AUTOMAKE) --foreign xindy-src/tex2xindy/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
diff --git a/Build/source/utils/xindy/xindy-src/user-commands/Makefile.in b/Build/source/utils/xindy/xindy-src/user-commands/Makefile.in
index bb730becfbd..7a0148f5225 100644
--- a/Build/source/utils/xindy/xindy-src/user-commands/Makefile.in
+++ b/Build/source/utils/xindy/xindy-src/user-commands/Makefile.in
@@ -88,7 +88,7 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
@TEXLIVE_BUILD_FALSE@am__append_1 = $(scripts)
-subdir = xindy-2.5.1/user-commands
+subdir = xindy-src/user-commands
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
$(top_srcdir)/../../m4/kpse-progs.m4 \
@@ -280,9 +280,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-2.5.1/user-commands/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-src/user-commands/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --foreign xindy-2.5.1/user-commands/Makefile
+ $(AUTOMAKE) --foreign xindy-src/user-commands/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \