diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-20 18:00:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-20 18:00:53 +0000 |
commit | 160531a5e2d0c9b532fb083d090e1f0c451a52f8 (patch) | |
tree | 3cd7622e75a050e7dc06dac94221eb8e999d1053 /Master/tlpkg/libexec | |
parent | 20db2dd2ad3cdd6e3720c1b5d7c4acc2a5de4f24 (diff) |
new chinese latex package ctex (5jul09)
git-svn-id: svn://tug.org/texlive/trunk@14341 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 10 |
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"; |