diff options
author | Karl Berry <karl@freefriends.org> | 2006-06-01 22:51:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-06-01 22:51:47 +0000 |
commit | 28be218625f3e3978617db02d1d16b56316f779a (patch) | |
tree | 7aeed3e6402281d6db4dbbbbc505e8d4fec816ef /Build | |
parent | 89fb5de10a767340ae26188164fae4ae80f99efc (diff) |
lshort-portuguese 4.20
git-svn-id: svn://tug.org/texlive/trunk@1645 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-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 { |