diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-04-28 12:36:57 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-04-28 12:36:57 +0000 |
commit | 1d78b29cbfadf6f6599dd90e24f09b3b57a29215 (patch) | |
tree | 32f7b86b4c609e83e817a6f6fd24861f6c31fbfe /Build/source/utils/xindy | |
parent | 3b6edaaa89afea6c143c79fe374a428bb768a077 (diff) |
Fix 'make dist'
git-svn-id: svn://tug.org/texlive/trunk@33717 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy')
-rw-r--r-- | Build/source/utils/xindy/ChangeLog | 2 | ||||
-rw-r--r-- | Build/source/utils/xindy/Makefile.am | 17 | ||||
-rw-r--r-- | Build/source/utils/xindy/Makefile.in | 11 |
3 files changed, 6 insertions, 24 deletions
diff --git a/Build/source/utils/xindy/ChangeLog b/Build/source/utils/xindy/ChangeLog index 96d79c660b0..520b96bb37c 100644 --- a/Build/source/utils/xindy/ChangeLog +++ b/Build/source/utils/xindy/ChangeLog @@ -1,7 +1,7 @@ 2014-04-28 Peter Breitenlohner <peb@mppmu.mpg.de> Import xindy-2.5.0. - * configure.ac, Version.ac: Adapted. + * Makefile.am, configure.ac, Version.ac: Adapted. 2013-10-23 Peter Breitenlohner <peb@mppmu.mpg.de> diff --git a/Build/source/utils/xindy/Makefile.am b/Build/source/utils/xindy/Makefile.am index 141ddc0e642..e21d951a7c0 100644 --- a/Build/source/utils/xindy/Makefile.am +++ b/Build/source/utils/xindy/Makefile.am @@ -19,23 +19,10 @@ EXTRA_DIST += $(XINDY_TREE)-PATCHES ## We must explicitly distribute some top-level files. ## EXTRA_DIST += \ - $(XINDY_TREE)/AUTHORS \ - $(XINDY_TREE)/COPYING \ - $(XINDY_TREE)/INSTALL \ $(XINDY_TREE)/Makefile.am \ - $(XINDY_TREE)/README \ - $(XINDY_TREE)/NEWS \ $(XINDY_TREE)/VERSION \ - $(XINDY_TREE)/m4 \ - $(XINDY_TREE)/configure.ac - -## For future reorganisation of alphabets/Makefile.am, -## used to build alphabets/LANG/Makefile.am fragments. -## -EXTRA_DIST += \ - $(XINDY_TREE)/make-rules/alphabets/Makefile.am.not-yet \ - $(XINDY_TREE)/make-rules/alphabets/lang.defs \ - $(XINDY_TREE)/make-rules/alphabets/mk-lang.sh + $(XINDY_TREE)/configure.ac \ + $(XINDY_TREE)/m4 # in case of an SVN repository dist-hook: diff --git a/Build/source/utils/xindy/Makefile.in b/Build/source/utils/xindy/Makefile.in index 30f080b991b..75443e61239 100644 --- a/Build/source/utils/xindy/Makefile.in +++ b/Build/source/utils/xindy/Makefile.in @@ -340,14 +340,9 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 -EXTRA_DIST = README-clisp $(XINDY_TREE)-PATCHES $(XINDY_TREE)/AUTHORS \ - $(XINDY_TREE)/COPYING $(XINDY_TREE)/INSTALL \ - $(XINDY_TREE)/Makefile.am $(XINDY_TREE)/README \ - $(XINDY_TREE)/NEWS $(XINDY_TREE)/VERSION $(XINDY_TREE)/m4 \ - $(XINDY_TREE)/configure.ac \ - $(XINDY_TREE)/make-rules/alphabets/Makefile.am.not-yet \ - $(XINDY_TREE)/make-rules/alphabets/lang.defs \ - $(XINDY_TREE)/make-rules/alphabets/mk-lang.sh \ +EXTRA_DIST = README-clisp $(XINDY_TREE)-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) |