From 160531a5e2d0c9b532fb083d090e1f0c451a52f8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 20 Jul 2009 18:00:53 +0000 Subject: new chinese latex package ctex (5jul09) git-svn-id: svn://tug.org/texlive/trunk@14341 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Master/tlpkg/libexec') 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"; -- cgit v1.2.3