diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-04-05 10:00:31 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-04-05 10:00:31 +0000 |
commit | 30bb7769131b8b6b4d6d8be012ed843341e961ae (patch) | |
tree | 5f826a5fe5764dddefacfa3dc722e36822abe150 /Build | |
parent | 8b1d816c858a3e07d6dad996e97ffd940ace64f9 (diff) |
kpathsea/texmf.cnf: add a variable INDEXDICTIONARY for mendex
git-svn-id: svn://tug.org/texlive/trunk@43694 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 724bc342f54..6b522da4503 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2017-04-05 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * texmf.cnf: mendex require the variable INDEXDICTIONARY. + 2017-03-27 Karl Berry <karl@freefriends.org> * Makefile.am (AM_TESTS_ENVIRONMENT): use instead of TESTS_ENVIRONMENT. diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 8d3f4938e9e..fb2e76c4d68 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -360,6 +360,9 @@ TEXCONFIG = $TEXMF/dvips// % Makeindex style (.ist) files. INDEXSTYLE = .;$TEXMF/makeindex// +% mendex dictionary (.dict) files. +INDEXDICTIONARY = .;$TEXMF/makeindex// + % Font encoding files (.enc). ENCFONTS = .;$TEXMF/fonts/enc// |