diff options
author | Takuji Tanaka <KXD02663@nifty.ne.jp> | 2014-05-10 15:58:16 +0000 |
---|---|---|
committer | Takuji Tanaka <KXD02663@nifty.ne.jp> | 2014-05-10 15:58:16 +0000 |
commit | 487d5d175ae7cafc58c99da95eb702cd4058bfb6 (patch) | |
tree | 94b010d2163c911f9932384fedf6aca656061ca4 /Build/source/texk/mendexk/Makefile.am | |
parent | 95c392fae481135ee05f637f78e76eafbb1d26c8 (diff) |
mendexk: Add a new option -I to switch internal buffers to EUC-JP or UTF-8
git-svn-id: svn://tug.org/texlive/trunk@33962 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/mendexk/Makefile.am')
-rw-r--r-- | Build/source/texk/mendexk/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/mendexk/Makefile.am b/Build/source/texk/mendexk/Makefile.am index b9f1dafa102..f27d2fb337c 100644 --- a/Build/source/texk/mendexk/Makefile.am +++ b/Build/source/texk/mendexk/Makefile.am @@ -56,6 +56,7 @@ TESTS = tests/mendex.test EXTRA_DIST += $(TESTS) ## tests/mendex.test -EXTRA_DIST += tests/foo.idx tests/foo.ind -DISTCLEANFILES = foo.* +EXTRA_DIST += tests/foo.idx tests/foo.ind \ + tests/uni.idx tests/uni.dict tests/uni.ist tests/uni.ind + (%s)DISTCLEANFILES = foo.* uni.* |