diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-22 23:43:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-22 23:43:37 +0000 |
commit | 22a367c4482d2e36655b2947aa75dddc83093b3a (patch) | |
tree | 2bfe924f6a8f37b8fabd82d0d1375537eae647ff /Master/texmf/web2c | |
parent | ecf2098d020b68cab6c616cbfb1db074294a7617 (diff) |
remove tex programs from shell_escape_commands, add indexing, change [r]pdfcrop and [img]convert
git-svn-id: svn://tug.org/texlive/trunk@14388 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/web2c')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 9f482bcbd63..11858e1d85b 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -492,12 +492,17 @@ try_std_extension_first = t % enable it for everything but bare tex. shell_escape = p +% Special: convert is the standard command name for ImageMagick, but it +% is also the name of a dangerous filesystem-changing command on +% Windows. So enable imgconvert (used in w32tex), but not convert. + % No spaces in this command list. shell_escape_commands = \ -bibtex,convert,dvips,epstopdf,epspdf,etex,fc-match,gnuplot,\ -kpsewhich,latex,luatex,lualatex,makeindex,mpost,\ -pdfcrop,pdflatex,pdfluatex,ps2pdf,ps4pdf,pstopdf,pygmentize,\ -tex,texexec,texmfstart,ulqda\ +bibtex,bibtex8,dvips,epstopdf,epspdf,etex,fc-match,\ +imgconvert,\ +kpsewhich,makeindex,mkgrkindex,\ +pdfluatex,ps2pdf,ps4pdf,pstopdf,pygmentize,\ +rpdfcrop,texindy,xindy,ulqda\ % plain TeX should remain unenhanced. shell_escape.tex = f |