summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds9
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";