summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds22
1 files changed, 20 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 9990573b01b..6210ee8dc87 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1160,7 +1160,9 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'knitting' => '&POSTknitting',
'knuth' => '&POSTknuth',
'koma-script' => '&POST_rmsymlink',
- 'latex2e-help-texinfo' => '&POSTlatex2ehelptexinfo',
+ 'kotex-oblivoir' => '&POSTkotex_oblivoir',
+ 'kotex-utf' => '&POSTkotex_utf',
+ 'latex2e-help-texinfo' => '&POSTlatex2e_help_texinfo',
'lhcyr' => '&POSTlhcyr',
'lilyglyphs' => '&POSTlilyglyphs',
'listbib' => '&POSTlistbib',
@@ -1243,6 +1245,7 @@ $standarddest = "texmf-dist";
'jadetex', 'jadetex',
'japanese', 'platex',
'jsclasses', 'platex',
+ 'kotex-plain', 'plain',
'levy', 'generic', # one .sty, one .tex
'luatexja', 'luatex',
'luaxml', 'luatex',
@@ -1426,6 +1429,8 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'kastrup', 'binhex.tex|' . $standardtex,
'keystroke', 'keystroke_.*|\.sty',
'koma-script-sfs', '\.lco',
+ 'kotex-plain', '\.tex',
+ 'kotex-utf', 'hfontspec.default|\.dfu|' . $standardtex,
'kpfonts', '\.sty|\.fd',
'kuvio', '\.tex|\.sty',
'lastpage', '\.sty', # not .cfg
@@ -1740,6 +1745,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'junicode', 'fonts',
'kixfont', 'fonts',
'knitting', 'fonts',
+ 'kotex-plain', 'plain',
'kpfonts', 'fonts',
'latexmk', 'support',
'latexmp', 'metapost',
@@ -2426,6 +2432,7 @@ $standardxmt='\.xmt';
'fragmaster' => 'fragmaster\.pl$',
'fontools' => '(afm2afm|autoinst|ot2kpx)$',
'installfont' => 'installfont-tl',
+ 'kotex-utils' => '\.pl',
'latex-git-log' => 'latex-git-log$',
'latex2man' => 'latex2man$',
'latexdiff' => 'latex(diff|diff-vc|revise)\.pl$',
@@ -5367,6 +5374,17 @@ sub POSTknuth {
&SYSTEM ("rm -rf etc mf mfware tex/tex.web tex/trip* texware web/*.web");
}
+sub POSTkotex_oblivoir {
+ print "POST$package - memhangul subdirs in runtime\n";
+ &mv_with_mkdir ("memhangul-*", "$DEST/tex/latex/$package");
+}
+
+sub POSTkotex_utf {
+ print "POST$package - various in runtime\n";
+ &mv_with_mkdir ("contrib", "tex4ht", "$DEST/tex/latex/$package");
+ &SYSTEM ("$MV doc/* .");
+}
+
sub POSTlatex2html {
print "POST$package - moving $package.perl to doc\n";
my $dest = "$DEST/doc/latex/$package";
@@ -5374,7 +5392,7 @@ sub POSTlatex2html {
&SYSTEM ("$MV $DEST/scripts/latex2html/styles/$package.perl $dest");
}
-sub POSTlatex2ehelptexinfo {
+sub POSTlatex2e_help_texinfo {
print "\t POST$package - remove translation subdir\n";
&SYSTEM ("$RM -rf spanish");
}