summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-06-19 17:47:26 +0000
committerKarl Berry <karl@freefriends.org>2014-06-19 17:47:26 +0000
commite815d4236bb93715bb9a6f65344801fd162b7804 (patch)
treef24faa4ebd6de41ea1654f87e092ce60bbdb51f0 /Master/tlpkg
parent478ffbd5d9576be24a344bb31a35e3b027800960 (diff)
ctex (9jun14)
git-svn-id: svn://tug.org/texlive/trunk@34313 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds9
1 files changed, 0 insertions, 9 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index b530d3ba729..aca1c2e62ad 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1156,7 +1156,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'cslatex' => '&POST_cstexpkgs',
'csplain' => '&POST_cstexpkgs',
'cstex' => '&POSTcstex',
- 'ctex' => '&POSTctex',
'dehyph-exptl' => '&POSTdehyph_exptl',
'doipubmed' => '&POSTlatex2html',
'download' => '&POST_savepdf',
@@ -5316,14 +5315,6 @@ sub POST_cstexpkgs { # used for csplain and cslatex
&SYSTEM ("$RM $tarfile");
}
-sub POSTctex {
- print "POST$package - move subdirectories\n";
- my $dstdir = "$DEST/tex/latex/$package";
- &xmkdir ($dstdir);
- &SYSTEM ("$MV back cfg def engine fd fontset opt $dstdir/");
- &SYSTEM ("$MV doc/* .; rmdir doc");
-}
-
sub POSTdehyph_exptl {
print "POST$package - *YOU* must update tlpsrc directives, right now!\n";
}