diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-18 00:49:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-18 00:49:49 +0000 |
commit | eaad857c2b3b3232880bf6a432f1c4de56d1ac75 (patch) | |
tree | fe2a07215fcceedf152fbbe962edfb5635ef8fcc /Master/tlpkg/bin/check-wrapper-consistency | |
parent | 2f85d60ca38e9e04784d424b7b508d694c1be030 (diff) |
attempt to do .exe addition within tlpkg/installer too
git-svn-id: svn://tug.org/texlive/trunk@13800 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-wrapper-consistency')
-rwxr-xr-x | Master/tlpkg/bin/check-wrapper-consistency | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index 452c8622da0..318e69956cd 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -96,6 +96,7 @@ sub check_w32 for my $k (sort keys %uw) { my $target = $uw{$k}; next if $target =~ /context/; # does things its own way + next if $target =~ /man/; # no symlink next if $target =~ /ps4pdf/; # has its own .bat next if $target =~ /simpdftex/; # shell script next if $target =~ /tex4ht/; # tex4ht has its own .bat's |