diff options
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index c045db7c5d8..44c9d15a649 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -547,7 +547,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'wordcount', "&MAKEwordcount", 'wp-conv', "die 'skipping, nonfree license'", 'xbase', "die 'renamed to xpackages'", - 'xecjk', "&MAKEcopy", 'xecolour', "&MAKEflatten", 'xecyr', "&MAKEcopy", 'xelibertine', "die 'skipping, replaced by libertine'", @@ -602,7 +601,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'pgf' => '&POSTpgf', 'pst-cox' => '&POSTpstcox', 'splitindex' => '&POSTsplitindex', - 'xecjk' => '&POSTxecjk', 'xecyr' => '&POSTxecyr', 'xetex-pstricks' => '&POSTxetex_pstricks', ); @@ -3721,21 +3719,6 @@ sub POSTpstcox &SYSTEM ("mv -v pst-coxcoor?* pst-coxcoor"); } -sub POSTxecjk -{ - print "POST$package - capitalization, moving non-TDS\n"; - - &xmkdir ("$DEST/source/xelatex"); - &SYSTEM ("$MV $DEST/utils/xeCJK $DEST/source/xelatex/xecjk"); - - &SYSTEM ("$MV $DEST/tex/xelatex/xeCJK $DEST/tex/xelatex/xecjk"); - &SYSTEM ("$MV $DEST/doc/xelatex/xeCJK $DEST/doc/xelatex/xecjk"); - - # the one in MAKEcopy doesn't get it because .../xecjk doesn't exist - # yet. Not worth a prehook, author should fix. - &SYSTEM ("$MV $DEST/README $DEST/doc/xelatex/xecjk/README"); -} - sub POSTxecyr { print "POST$package - handling bat, moving language.dat.add from runtime\n"; |