diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-04-06 16:06:39 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-04-06 16:06:39 +0000 |
commit | 156f7f3d15c4c028ee7841e8a8fd4c63a437a240 (patch) | |
tree | bb2981d7a3c6a38135e10af829a2fa3f9f8e6cbb | |
parent | 87df915505fe2842439577556ccfe84e79710dee (diff) |
texk/kpathsea: typo
git-svn-id: svn://tug.org/texlive/trunk@40261 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 86a8f236815..7b99061ab98 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2016-02-03 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * texmf.cnf: Typo. + 2016-04-06 Karl Berry <karl@tug.org> * kpsewhich.c, et al.: copyright 2016. diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 0a62595b6cf..805e2e1db07 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -563,7 +563,7 @@ shell_escape = p shell_escape_commands = \ bibtex,bibtex8,\ extractbb,\ -gregorio, +gregorio,\ kpsewhich,\ makeindex,\ mpost,\ |