diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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"); } |