summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-07 21:05:00 +0000
committerKarl Berry <karl@freefriends.org>2019-10-07 21:05:00 +0000
commitb20f06b8fb854624dac510cb6055601940753432 (patch)
tree87907e16bd8dc55ee8793a08eb89e44ceec426e6 /Master/tlpkg/libexec
parentbd7d3c932c93859c248f542876101c00dd2fe6d7 (diff)
xecyr (7oct19)
git-svn-id: svn://tug.org/texlive/trunk@52315 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds19
1 files changed, 2 insertions, 17 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 7e75aac8d17..e21c42a6d6a 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1116,7 +1116,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'sfarticle', "die 'skipping, LaTeX 2.09'",
'sfheaders', "die 'skipping, noinfo license, no reply from author'",
'shadbox', "die 'skipping, nonfree license'",
- 'shipunov', "&MAKEcopy",
+ 'shipunov', "&MAKEflatten",
'shobhika', "&MAKEflatten",
'shortlst', "die 'skipping, nosell license'",
'showexpl', "&MAKEflatten",
@@ -1319,7 +1319,6 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'xcoffins', "die 'skipping, use xpackages'",
'xeCJK', "die 'skipping, use xecjk'",
'xecolour', "die 'skipping, replaced by xecolor'",
- 'xecyr', "&MAKEcopy",
'xelibertine', "die 'skipping, replaced by libertine'",
'xetex', "die 'skipping, binary'",
'xetex-def', "die 'skipping, replaced by graphics-def'",
@@ -1417,6 +1416,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'wasy' => '&PREHOOK_wasy',
'webquiz' => '&PREHOOK_webquiz',
'wsuipa' => '&PREHOOK_wsuipa',
+ 'xecyr' => '&PREHOOK_flatten1',
'yathesis' => '&PREHOOK_flatten1',
'xepersian' => '&PREHOOK_flatten1',
'xindex' => '&PREHOOK_flatten1',
@@ -1533,7 +1533,6 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'uplatex' => '&POST_preserve_man',
'velthuis' => '&POSTvelthuis',
'webquiz' => '&POST_deref_symlink',
- 'xecyr' => '&POSTxecyr',
'xetex-pstricks' => '&POSTxetexpstricks',
'xindex' => '&POSTxindex',
'xsim' => '&POSTxsim',
@@ -6668,20 +6667,6 @@ sub POSTvelthuis {
=> "$DEST/doc/man/man1");
}
-sub POSTxecyr {
- print "POST$package - handling bat, moving language.dat.add from runtime\n";
- &SYSTEM ("$MV $DEST/tex/generic/xecyr/language.dat.add"
- . " $DEST/doc/xelatex/xecyr");
-
- # Just moving to bin/win32 doesn't work, since we don't want to
- # svn add them -- they exist in xecyr.PLATFORM, not xecyr. They never
- # change anyway, so just remove until it become an issue.
- #my $wdir = "$TOPDEST/bin/win32";
- #&xmkdir ($wdir);
- #&SYSTEM ("$MV $DEST/bin/xecyr/*.bat $wdir/");
- &SYSTEM ("$RM $DEST/bin/xecyr/*.bat");
-}
-
sub POSTxetexpstricks {
print "POST$package - need tex/ level\n";
&xchdir ($DEST);