diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-13 23:48:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-13 23:48:37 +0000 |
commit | 880d29a873a0e51225c1b673382c23c39b07629f (patch) | |
tree | 3f2b81e93c052fba6e4c86f6cdacaf9a923da7ac /Master/tlpkg/libexec | |
parent | 45a71fe6cd1a1a40ec5db29ad04dc081ec69b6b4 (diff) |
impatient 2.4
git-svn-id: svn://tug.org/texlive/trunk@35573 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 8b86ac8f7ba..ba02ac95fae 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1792,6 +1792,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'ifxetex', 'generic', 'ijqc', 'bibtex', 'impatient', 'plain', + 'impatient-cn', 'plain', 'impatient-fr', 'plain', 'inconsolata', 'fonts', 'iopart-num', 'bibtex', @@ -5438,8 +5439,8 @@ sub POSTibygrk { } sub POSTimpatient { - print "POST$package - remove artwork and fr subdirectories\n"; - &SYSTEM ("$RM -r artwork fr"); + print "POST$package - remove artwork and LL subdirectories\n"; + &SYSTEM ("$RM -r artwork cn fr"); } sub POSTinteractiveworkbook { |