diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 8bf4b77c83d..62685c22706 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1234,6 +1234,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'grotesq' => '&POSTgrotesq', 'grverb' => '&POSTgrverb', 'ibygrk' => '&POSTibygrk', + 'isodoc' => '&POSTisodoc', 'impatient' => '&POSTimpatient', 'interactiveworkbook' => '&POSTinteractiveworkbook', 'jfontmaps' => '&POSTjfontmaps', @@ -1543,7 +1544,7 @@ $standardtex='\.(.bx|code\.tex|cfg|sty|clo|ldf|cls|def|fd|fontspec|cmap|4ht)$'; 'interpreter', 'interpreter.(tex|lua)|' . $standardtex, 'iso10303', 'a.*tex|b.*tex|e.*tex|stp.*tex|\.sty|\.4ht', 'isodate', '\.idf|\.sty', - 'isodoc', '\.cls|iso.*\.ldf', # not template.ldf + 'isodoc', '\.cls|iso.*\.ldf', # not *.sty 'jadetex', '\.ltx|\.def|\.tex|\.ini|\.sty|\.fd', 'js-misc', '(cassette|idverb|js-misc|schild|sperr|xfig)\.tex', 'jslectureplanner', '\.lps|' . $standardtex, @@ -2319,7 +2320,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'gzt' => 'xetex', 'hf-tikz' => 'tex', 'hrlatex' => 'latex', # requires interaction - 'isodoc' => 'luatex', # requires interaction + 'isodoc' => 'luatex', 'japanese', => 'platex', 'jsclasses', => 'platex', 'kdgdocs' => 'latex', # requires interaction @@ -5609,6 +5610,11 @@ sub POSTibygrk { . "tex/generic/ibygrk/ibycus4.map"); } +sub POSTisodoc { + print "POST$package - remove unneeded (per author) derived files\n"; + &SYSTEM ("$RM Makefile *.sh *.sty *.tex *.uue"); +} + sub POSTimpatient { print "POST$package - remove artwork and LL subdirectories\n"; &SYSTEM ("$RM -r artwork cn fr"); |