summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-17 00:47:23 +0000
committerKarl Berry <karl@freefriends.org>2008-07-17 00:47:23 +0000
commit8aa64782bf3183aededbb587b4bb0a79a6567aea (patch)
tree67a24837cbc04504e6e8251fedbc40f2074f40fa /Master/tlpkg/bin/ctan2tds
parent749e18c608e6867cc379cf56746859a485e59a17 (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/ctan2tds')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds4
1 files changed, 3 insertions, 1 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";