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 /Master/tlpkg/bin | |
parent | 749e18c608e6867cc379cf56746859a485e59a17 (diff) |
manually import lshort-chinese
git-svn-id: svn://tug.org/texlive/trunk@9618 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 4 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 |
2 files changed, 5 insertions, 2 deletions
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 |