diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-17 00:47:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-17 00:47:23 +0000 |
commit | 8aa64782bf3183aededbb587b4bb0a79a6567aea (patch) | |
tree | 67a24837cbc04504e6e8251fedbc40f2074f40fa | |
parent | 749e18c608e6867cc379cf56746859a485e59a17 (diff) |
manually import lshort-chinese
git-svn-id: svn://tug.org/texlive/trunk@9618 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-doc/doc/chinese/lshort-chinese/README | 1 | ||||
-rw-r--r-- | Master/texmf-doc/doc/chinese/lshort-chinese/lshort-zh-cn-4.20.src.zip | bin | 0 -> 174669 bytes | |||
-rw-r--r-- | Master/texmf-doc/doc/chinese/lshort-chinese/lshort-zh-cn.pdf | bin | 0 -> 1168037 bytes | |||
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 4 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-documentation-chinese.tlpsrc | 1 |
6 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-doc/doc/chinese/lshort-chinese/README b/Master/texmf-doc/doc/chinese/lshort-chinese/README new file mode 100644 index 00000000000..a3d9057ce3a --- /dev/null +++ b/Master/texmf-doc/doc/chinese/lshort-chinese/README @@ -0,0 +1 @@ +In order to compile this document for yourself, XeTeX and Adobe Song Std, Adobe Hei Std, AR PL KaitiM GB fonts are needed by your system. diff --git a/Master/texmf-doc/doc/chinese/lshort-chinese/lshort-zh-cn-4.20.src.zip b/Master/texmf-doc/doc/chinese/lshort-chinese/lshort-zh-cn-4.20.src.zip Binary files differnew file mode 100644 index 00000000000..ca130a8cdf5 --- /dev/null +++ b/Master/texmf-doc/doc/chinese/lshort-chinese/lshort-zh-cn-4.20.src.zip diff --git a/Master/texmf-doc/doc/chinese/lshort-chinese/lshort-zh-cn.pdf b/Master/texmf-doc/doc/chinese/lshort-chinese/lshort-zh-cn.pdf Binary files differnew file mode 100644 index 00000000000..a1909f123b7 --- /dev/null +++ b/Master/texmf-doc/doc/chinese/lshort-chinese/lshort-zh-cn.pdf diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index d973a228b45..18a1b8b4857 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -220,6 +220,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'lm', "&MAKEcopy", 'lms', "die 'skipping, nonfree license'", 'lshort-bulgarian', '&MAKElshort', + 'lshort-chinese', "die 'skipping, src needs zipping'", 'lshort-english', '&MAKElshort', 'lshort-finnish', '&MAKElshort', 'lshort-korean', '&MAKElshort', @@ -2608,7 +2609,8 @@ sub MAKEFAQen } # all the lshort translations are pretty similar. -sub MAKElshort { +sub MAKElshort +{ print "MAKElshort $package\n"; (my $lang = $package) =~ s,.*-,,; # lshort-english -> english my $destdir = "$DEST/doc/$lang/$package"; diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 81eb5a71a4f..8ba2f333ae9 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -115,7 +115,8 @@ my @WorkingTLP = qw( lewis lfb lgreek lh libertine limap linearA lineno linguex lipsum listings listliketab lkproof lm - logpap lps lsc lshort-bulgarian lshort-dutch lshort-english + logpap lps lsc lshort-bulgarian lshort-chinese + lshort-dutch lshort-english lshort-finnish lshort-french lshort-german lshort-italian lshort-japanese lshort-korean lshort-mongolian lshort-polish lshort-portuguese lshort-slovak lshort-slovenian diff --git a/Master/tlpkg/tlpsrc/collection-documentation-chinese.tlpsrc b/Master/tlpkg/tlpsrc/collection-documentation-chinese.tlpsrc index 7b7de19e138..9a7d0dee1aa 100644 --- a/Master/tlpkg/tlpsrc/collection-documentation-chinese.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-documentation-chinese.tlpsrc @@ -2,4 +2,5 @@ name collection-documentation-chinese category Collection shortdesc Chinese documentation depend texlive-zh-cn +depend lshort-chinese depend collection-documentation-base |