summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-02-17 01:30:16 +0000
committerKarl Berry <karl@freefriends.org>2008-02-17 01:30:16 +0000
commit8d785716292a5446c167e44aac8dc160fe9a4804 (patch)
tree2976cddd478f38448dc2ca998c9adf6b8cc37529 /Master/tlpkg/bin
parente4fe12b66b6be4507b0eeebb5c100a21659a6975 (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-xMaster/tlpkg/bin/ctan2tds6
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',