diff options
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 2 | ||||
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 5f767599494..469e67e5584 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2009-09-21 Karl Berry <karl@tug.org> + + * texmf.cnf (shell_escape_commands): remove pygmentize, as intended. + 2009-09-03 Karl Berry <karl@tug.org> * kpsewhich.c (find_format): remove dvipdfmx.cfg, since there is diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index d48d2b81ae2..ec402926e24 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -500,7 +500,7 @@ shell_escape = p shell_escape_commands = \ bibtex,bibtex8,epstopdf,epspdf,fc-match,\ kpsewhich,makeindex,\ -ps2pdf,pstopdf,pygmentize,\ +ps2pdf,pstopdf,\ rpdfcrop,\ % we'd like to allow: diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index d48d2b81ae2..ec402926e24 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -500,7 +500,7 @@ shell_escape = p shell_escape_commands = \ bibtex,bibtex8,epstopdf,epspdf,fc-match,\ kpsewhich,makeindex,\ -ps2pdf,pstopdf,pygmentize,\ +ps2pdf,pstopdf,\ rpdfcrop,\ % we'd like to allow: |