diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-04 23:45:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-04 23:45:08 +0000 |
commit | 99763476fe227e821c16bdba140e611fb25c10b9 (patch) | |
tree | 921e7f560ae349040bede844c93466c16ffd9def /Master/tlpkg/libexec | |
parent | 7ffadf39bd1a52617123fde2be7534b63fa288d8 (diff) |
bundledoc 3.1 (3may11)
git-svn-id: svn://tug.org/texlive/trunk@22307 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 2017992566c..b34c29092ff 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -87,6 +87,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'analogclock', "die 'skipping, requires system font installation", 'annot_pro', "die 'skipping, per author (dps) request'", 'ans', "die 'skipping, LaTeX 2.09'", + 'ant-worker-tasks', "die 'skipping, Java'", 'antiqua', "&MAKEflatten", 'antomega', "die 'skipping, not ready'", #"&MAKEflatten", 'antp', "die 'skipping, use poltawski'", @@ -2531,7 +2532,7 @@ sub dotype1{ # in the bin directories where needed. That Makefile is independently # maintained, needs to be updated by hand when new user-visible scripts # are added. We do add/update the script itself under linked_scripts. -# We also make the symlinks/w32-wrapper-copy in Master/bin when new. +# We also make the symlinks/w32-wrapper-copy in Master/bin. # sub doscripts { my $scriptpatt = $specialscripts{$package}; @@ -2575,7 +2576,7 @@ sub doscripts { &SYSTEM ("ln -s $linktarget $platdir/$linkname"); } else { # Windows. If a shell script, skip. Else copy the wrapper. - next if $s =~ /\.sh$|^[^.]+$/; + next if $s =~ /\.sh$/; my $w32_wrapper = "$Build/$build_tldir/w32_wrapper/runscript.exe"; &SYSTEM ("$CP $w32_wrapper $platdir/$linkname.exe"); } |