summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check4
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds10
-rw-r--r--Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc5
-rw-r--r--Master/tlpkg/tlpsrc/ctex.tlpsrc0
4 files changed, 15 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 79e0acb3e18..e3a2553e47d 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -66,8 +66,8 @@ my @WorkingTLP = qw(
context-typearea context-typescripts context-vim
cooking cool coollist coolstr cooltooltips
coordsys courier-scaled courseoutline coursepaper coverpage
- crop crossreference crosswrd cryst csbulletin csquotes ctex-faq
- csvtools ctable
+ crop crossreference crosswrd cryst csbulletin csquotes
+ csvtools ctable ctex ctex-faq
cursolatex cursor cuisine
currvita curve curve2e curves
custom-bib cv cweb-latex cyklop cyrillic
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";
diff --git a/Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc b/Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc
index 326769233df..c52afd7f631 100644
--- a/Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc
@@ -5,14 +5,15 @@ depend arphic
depend c90
depend cjk
depend cjkpunct
+depend cjkutils
depend cns
+depend ctex
depend dnp
depend garuda-c90
+depend hyphen-chinese
depend norasi-c90
depend thaifonts
depend uhc
depend wadalab
-depend cjkutils
-depend hyphen-chinese
depend collection-basic
depend collection-documentation-chinese
diff --git a/Master/tlpkg/tlpsrc/ctex.tlpsrc b/Master/tlpkg/tlpsrc/ctex.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/ctex.tlpsrc