diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 63ed2a91798..adda207427a 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -497,6 +497,7 @@ $standardfoundry='public'; 'dtxtut', 'texmf-doc', 'elhyphen', 'texmf', 'epslatex-fr', 'texmf-doc', + 'epstopdf', 'texmf', 'es-tex-faq', 'texmf-doc', 'free-math-font-survey', 'texmf-doc', 'hyphenex', 'texmf-dist', @@ -1246,7 +1247,8 @@ $standardocp='\.ocp'; $standardxmt='\.xmt'; %specialscripts = ( - 'a2ping' => '\.pl', + 'a2ping' => '\.pl$', + 'epstopdf' => 'epstopdf', ); # which suffixes to remove after building. Checked after runins and at |