diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index a343b0ca5af..701ffe932d1 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1174,10 +1174,10 @@ $standardmf='[0-9]\.mf'; # packages which have dvips header files $standardpro='\.pro$'; %specialpro= ( - 'carlisle', 'pspicture.ps', 'dvipsconfig', '.*', # addpsctrl should be in bin, but ... - 'initials', 'config.*', 'esint-type1', 'config.esint', + 'initials', 'config.*', + 'pspicture', 'pspicture.ps', 'zefonts', 'slantcm.cfg', ); @@ -1239,7 +1239,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'mh' => "$standardclean|.*\.(drv|ins)", # derived from dtx's ); -# if this hash entry is specified, README.TEXLIVE is created mentioning +# if a hash entry is specified here, README.TEXLIVE is created mentioning # that the files were removed. These are checked after runins. %moreclean = ( 'AkkTeX' => 'still to do, sorry', |