From 1517aa8d6a39c67f54d541b55ef9b4f2b85b64d1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 17 Feb 2020 22:15:57 +0000 Subject: circuit-macros (17feb20) git-svn-id: svn://tug.org/texlive/trunk@53821 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkg-ctan-check | 3 ++- Master/tlpkg/libexec/ctan2tds | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index c51f22f2ef2..707086846c9 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -366,7 +366,7 @@ my @TLP_working = qw( iffont ifmslide ifmtarg ifnextok ifoddpage ifplatform ifptex ifsym iftex ifthenx ifxptex iitem ijmart ijqc ijsra - imac image-gallery imakeidx impatient impatient-cn impatient-fr + imac image-gallery imakeidx impatient impatient-cn imfellenglish impnattypo import imsproc imtekda incgraph includernw inconsolata index indextools infwarerr initials inkpaper inline-images inlinebib inlinedef @@ -846,6 +846,7 @@ my @TLP_no_check = ( "gustprog", # not on ctan, gust "guide-to-latex", # not on ctan, book examples, ok "hyperref-docsrc", # not on ctan, awaiting hyperref doc volunteer + "impatient-fr", # has one spurious blank line difference; if ever updated again, hopefully we'll notice "jadetex", # too old to owrry about "jmn", # part of context "kluwer", # not on ctan, old lppl, not worth pursuing or removing 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"; -- cgit v1.2.3