diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-10 23:16:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-10 23:16:52 +0000 |
commit | 4794c97c02d3e609dd5efee71ed059c1e347dda7 (patch) | |
tree | 739d81d5d80d8eb208ac7f79695d2ca7d62e0b70 /Master/tlpkg | |
parent | a97524f5ad4cdfcb20d204b202c4b588dab91544 (diff) |
cjk (9may12)
git-svn-id: svn://tug.org/texlive/trunk@26295 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/libexec/cjk.pl | 9 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 |
2 files changed, 2 insertions, 8 deletions
diff --git a/Master/tlpkg/libexec/cjk.pl b/Master/tlpkg/libexec/cjk.pl index 27acfda8c42..f92e5295345 100644 --- a/Master/tlpkg/libexec/cjk.pl +++ b/Master/tlpkg/libexec/cjk.pl @@ -73,7 +73,6 @@ my $T = "tex/latex/cjk"; &I("doc/TDS.txt", "$D/doc/TDS.txt"); &I("doc/thaifont.txt", "$D/doc/thaifont.txt"); &I("doc/vertical.txt", "$D/doc/vertical.txt"); -&I("doc/xCJK.txt", "$D/doc/xCJK.txt"); &I("doc/chinese/emTeXb5.txt", "$D/doc/chinese/emTeXb5.txt"); &I("doc/chinese/README", "$D/doc/chinese/README"); @@ -123,7 +122,6 @@ my $T = "tex/latex/cjk"; &I("examples/SJIS.tex", "$D/examples/SJIS.tex"); &I("examples/thai.tex", "$D/examples/thai.tex"); &I("examples/UTF8.tex", "$D/examples/UTF8.tex"); -&I("examples/xCJK.tex", "$D/examples/xCJK.tex"); &I("texinput/CJK.enc", "$T/texinput/CJK.enc"); &I("texinput/CJKfntef.sty", "$T/texinput/CJKfntef.sty"); @@ -143,9 +141,6 @@ my $T = "tex/latex/cjk"; &I("texinput/standard.bdg", "$T/texinput/standard.bdg"); &I("texinput/standard.chr", "$T/texinput/standard.chr"); &I("texinput/standard.enc", "$T/texinput/standard.enc"); -&I("texinput/xCJK.sty", "$T/texinput/xCJK.sty"); -&I("texinput/xpmC.chr", "$T/texinput/xpmC.chr"); -&I("texinput/xpmC.enc", "$T/texinput/xpmC.enc"); &I("texinput/Bg5/Bg5.cap", "$T/texinput/Bg5/Bg5.cap"); &I("texinput/Bg5/Bg5.chr", "$T/texinput/Bg5/Bg5.chr"); @@ -331,8 +326,6 @@ my $T = "tex/latex/cjk"; &I("texinput/UTF8/UTF8.bdg", "$T/texinput/UTF8/UTF8.bdg"); &I("texinput/UTF8/UTF8.chr", "$T/texinput/UTF8/UTF8.chr"); &I("texinput/UTF8/UTF8.enc", "$T/texinput/UTF8/UTF8.enc"); -&I("texinput/UTF8/xUTF8.chr", "$T/texinput/UTF8/xUTF8.chr"); -&I("texinput/UTF8/xUTF8.enc", "$T/texinput/UTF8/xUTF8.enc"); &I("texinput/UTF8/zh-Hans.cpx", "$T/texinput/UTF8/zh-Hans.cpx"); &I("texinput/UTF8/zh-Hant.cpx", "$T/texinput/UTF8/zh-Hant.cpx"); @@ -488,8 +481,8 @@ my $T = "tex/latex/cjk"; &I("examples/pdf/rubytest.pdf", "$D/examples/pdf/rubytest.pdf"); &I("examples/pdf/SJIS.pdf", "$D/examples/pdf/SJIS.pdf"); &I("examples/pdf/thai.pdf", "$D/examples/pdf/thai.pdf"); +&I("examples/pdf/thai_utf8.pdf","$D/examples/pdf/thai_utf8.pdf"); &I("examples/pdf/UTF8.pdf", "$D/examples/pdf/UTF8.pdf"); -&I("examples/pdf/xCJK.pdf", "$D/examples/pdf/xCJK.pdf"); 1; # EOF diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 56dc15d84e3..2db87ee2a51 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -319,6 +319,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'ednotes', "&MAKEnosymlinks", 'efrench', "die 'skipping, new bases and more, sorry'", 'eiad', "&MAKEflatten", + 'eitl', "die 'skipping, distro-specific scripts, etc.'", 'electrum', "&MAKEcopy", 'elhyphen', "die 'skipping, incorporated in hyph-utf8'", 'elsarticle', "&MAKEflatten", |