diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-28 23:17:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-28 23:17:53 +0000 |
commit | 602979c95a6c85a4dc3a3e1899da6af89ed603c2 (patch) | |
tree | d2c1e3fbc0e6c25cbca42e2190c79217f6fcb75e /Master/tlpkg/libexec | |
parent | 033261fcba44fbe6578315c2ffa0064ce6339ff9 (diff) |
impatient doc update; leave megabytes of artwork just on ctan
git-svn-id: svn://tug.org/texlive/trunk@21214 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 04094272aa8..598498c4fc8 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1266,6 +1266,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'iftex', 'generic', 'ifxetex', 'generic', 'ijqc', 'bibtex', + 'impatient', 'plain', 'impatient-fr', 'plain', 'inconsolata', 'fonts', 'iopart-num', 'bibtex', @@ -4144,8 +4145,8 @@ sub POSTibygrk { } sub POSTimpatient { - print "POST$package - remove fr subdirectory\n"; - &SYSTEM ("$RM -r fr"); + print "POST$package - remove artwork and fr subdirectories\n"; + &SYSTEM ("$RM -r artwork fr"); } sub POSTinteractiveworkbook { |