diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-24 22:10:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-24 22:10:59 +0000 |
commit | 11f72589d2c93e2b1ee1bdf0c7dd66d03a6ddb6a (patch) | |
tree | d8b40682bf704232c1abf5287b58dd4a1325ff46 /Build/source/texk/cjkutils | |
parent | 45c8dc5912727cf8dd2044a5cd650fe88c960de1 (diff) |
reautoconf+sync
git-svn-id: svn://tug.org/texlive/trunk@39848 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/cjkutils')
-rw-r--r-- | Build/source/texk/cjkutils/Makefile.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Build/source/texk/cjkutils/Makefile.in b/Build/source/texk/cjkutils/Makefile.in index 7c50fb0f88c..3b9b68bfe2b 100644 --- a/Build/source/texk/cjkutils/Makefile.in +++ b/Build/source/texk/cjkutils/Makefile.in @@ -590,12 +590,11 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = $(CJKUTILS_TREE) cjkutils-PATCHES $(CWEB_TEX) \ - $(CWEB_DVI) $(TESTS) tests/bg5conv.tex tests/bg5conv.cjk \ - tests/cefconv.tex tests/cefconv.cjk tests/cef5conv.tex \ - tests/cef5conv.cjk tests/cefsconv.tex tests/cefsconv.cjk \ - tests/extconv.tex tests/extconv.cjk tests/sjisconv.tex \ - tests/sjisconv.cjk +EXTRA_DIST = $(CJKUTILS_TREE) cjkutils-PATCHES $(CWEB_TEX) $(CWEB_DVI) \ + $(TESTS) tests/bg5conv.tex tests/bg5conv.cjk tests/cefconv.tex \ + tests/cefconv.cjk tests/cef5conv.tex tests/cef5conv.cjk \ + tests/cefsconv.tex tests/cefsconv.cjk tests/extconv.tex \ + tests/extconv.cjk tests/sjisconv.tex tests/sjisconv.cjk NEVER_DIST = `find . $(NEVER_NAMES)` # Files not to be distributed |