diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-17 22:15:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-17 22:15:57 +0000 |
commit | 1517aa8d6a39c67f54d541b55ef9b4f2b85b64d1 (patch) | |
tree | 85baa48ec3ec410b2c3d7439e4088f65dc95111d /Master/tlpkg/libexec | |
parent | 4cd4f4003232c8e0e50766507fe129ec5cce8603 (diff) |
circuit-macros (17feb20)
git-svn-id: svn://tug.org/texlive/trunk@53821 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index d3b13ef4633..e3844a3c18a 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1501,6 +1501,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'ibygrk' => '&POSTibygrk', 'isodoc' => '&POSTisodoc', 'impatient' => '&POSTimpatient', + 'impatient-fr' => '&POSTimpatient_fr', 'interactiveworkbook' => '&POSTinteractiveworkbook', 'knitting' => '&POSTknitting', 'knuth' => '&POSTknuth', @@ -2550,6 +2551,7 @@ $standardsource = '(\.(bat|c|drv|dtx|fea|fdd|ins|sfd)' 'hyper', '\.pl|' . $standardsource, 'hyphenex', '.', # everything 'impatient', 'NULL', # doc package + 'impatient-fr', 'NULL', # doc package 'intro-scientific', 'NULL', # doc package 'js-misc', 'NULL', # no gain in splitting up 'kpfonts', '\.zip', @@ -6308,6 +6310,13 @@ sub POSTimpatient { &SYSTEM ("$RM -r artwork cn fr"); } +sub POSTimpatient_fr { + print "POST$package - remove LL subdirectories\n"; + &SYSTEM ("$RM *"); + &SYSTEM ("$MV fr/* ."); + &SYSTEM ("$RM -rf cn artwork diffs"); +} + sub POSTinteractiveworkbook { print "POST$package - mv .sty directory\n"; my $dest = "$DEST/tex/latex/$package"; |