diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-09-29 12:01:17 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-09-29 12:01:17 +0000 |
commit | 75afd80fd325f5ed83f9f7cc028ee1501c72426d (patch) | |
tree | d6a58485b6ec713168592183079d2533bdc86312 /Build/source/texk/makeindexk/Makefile.in | |
parent | 44cb6826066be4a18daa50a36e89c5937d310444 (diff) |
distribute test files
temporarily convert FAIL => SKIP such than "make distcheck" succeeds
git-svn-id: svn://tug.org/texlive/trunk@24124 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makeindexk/Makefile.in')
-rw-r--r-- | Build/source/texk/makeindexk/Makefile.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/makeindexk/Makefile.in b/Build/source/texk/makeindexk/Makefile.in index d1f6ec5b7bd..b993fc40e92 100644 --- a/Build/source/texk/makeindexk/Makefile.in +++ b/Build/source/texk/makeindexk/Makefile.in @@ -50,7 +50,7 @@ DIST_COMMON = README $(am__configure_deps) \ ../../build-aux/config.sub ../../build-aux/depcomp \ ../../build-aux/install-sh ../../build-aux/ltmain.sh \ ../../build-aux/missing ../../build-aux/texinfo.tex \ - ../../build-aux/ylwrap COPYING ChangeLog INSTALL NEWS + ../../build-aux/ylwrap COPYING ChangeLog ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \ $(top_srcdir)/../../m4/kpse-kpathsea-flags.m4 \ @@ -274,8 +274,11 @@ makeindex_SOURCES = \ LDADD = $(KPATHSEA_LIBS) dist_man1_MANS = makeindex.1 mkindex.1 +EXTRA_DIST = CONTRIB NOTES $(TESTS) tests/nested-range.tex \ + tests/nested-range.idx tests/nested-range-bb.tex \ + tests/nested-range-bb.idx TESTS = tests/nested-range-test.pl -EXTRA_DIST = CONTRIB NOTES +DISTCLEANFILES = all: c-auto.h $(MAKE) $(AM_MAKEFLAGS) all-am @@ -823,6 +826,7 @@ clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" |