diff options
Diffstat (limited to 'Build/cdbuild/ctan2tds.pl')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index c871ee64d8f..e93da20f772 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -162,6 +162,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'lshort-bulgarian', '&MAKElshort', 'lshort-english', '&MAKElshort', 'lshort-finnish', '&MAKElshort', + 'lshort-portuguese', '&MAKElshort', 'lshort-vietnamese', '&MAKElshort', 'ltt', "&MAKEltt", 'ltxbase', "&MAKEbase", @@ -319,6 +320,7 @@ $standardfoundry='public'; 'lshort-bulgarian', 'texmf-doc', 'lshort-english', 'texmf-doc', 'lshort-finnish', 'texmf-doc', + 'lshort-portuguese', 'texmf-doc', 'lshort-vietnamese', 'texmf-doc', 'mathmode', 'texmf-doc', 'tamethebeast', 'texmf-doc', @@ -440,6 +442,7 @@ $standardfmt='latex'; 'latexmp', 'metapost', 'leawood', 'fonts', 'lfb', 'fonts', + 'lshort-portuguese', 'portuguese', 'metatex', 'plain', 'mpattern', 'metapost', 'ofs', 'generic', @@ -1968,7 +1971,7 @@ sub MAKElshort { &SYSTEM("mkdir -p $destdir"); &SYSTEM("$CP -r $packagedir/* $destdir"); # keep only pdf's to save space. - &SYSTEM("cd $destdir && rm -f lshort*.ps lshort*.dvi lshort-*-book.zip"); + &SYSTEM("cd $destdir && rm -f lshort*.ps *lshort*.ps.gz lshort*.dvi lshort-*-book.zip"); } sub MAKEltt { |