diff options
author | Karl Berry <karl@freefriends.org> | 2008-02-17 01:30:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-02-17 01:30:16 +0000 |
commit | 8d785716292a5446c167e44aac8dc160fe9a4804 (patch) | |
tree | 2976cddd478f38448dc2ca998c9adf6b8cc37529 /Master/tlpkg/bin | |
parent | e4fe12b66b6be4507b0eeebb5c100a21659a6975 (diff) |
need pspicture.ps (Jean Utke, 15 Feb 2008 12:17:04)
git-svn-id: svn://tug.org/texlive/trunk@6653 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-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', |