summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
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";