summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 44c9d15a649..ca0a71a2551 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -584,6 +584,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'context-games' => '&POSTcontext_games',
'context-lilypond' => '&POSTcontext_lilypond',
'coordsys' => '&POSTcoordsys',
+ 'ctex' => '&POSTctex',
'datetime' => '&POSTlatex2html',
'doipubmed' => '&POSTlatex2html',
'elsarticle' => '&POSTelsarticle',
@@ -3550,6 +3551,15 @@ sub POSTcoordsys
&SYSTEM ("$MV putfile. putfile.maple");
}
+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 POSTelsarticle
{
print "POST$package - move contrib and src/* to source\n";