diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-04-05 10:47:19 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-04-05 10:47:19 +0000 |
commit | 83e1a7e4f3458309288f8766ea32ca4f5044707a (patch) | |
tree | 7cb48261343a6143ed5be85065b0ce74997cead9 | |
parent | d1a218dd85d1842940ae41b02738a07c4a3e1f0f (diff) |
texmf.cnf: Add comments for the variable INDEXDICTIONARY
git-svn-id: svn://tug.org/texlive/trunk@43697 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index fb2e76c4d68..c7336bc17cc 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -360,7 +360,8 @@ TEXCONFIG = $TEXMF/dvips// % Makeindex style (.ist) files. INDEXSTYLE = .;$TEXMF/makeindex// -% mendex dictionary (.dict) files. +% mendex dictionary files. Used internally by mendex and upmendex. +% It is not necessary to introduce a new format in Kpathsea. INDEXDICTIONARY = .;$TEXMF/makeindex// % Font encoding files (.enc). |