diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-06 15:55:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-06 15:55:51 +0000 |
commit | 460333d7420812c4af93f1ee3de5fe4f5b055f5b (patch) | |
tree | aa501e005e20d013375f2f0a05939e43e1853bdf | |
parent | 35a015c5f56a5b13f739c0097c6dfb6a2755a145 (diff) |
(check_w32): don't check epspdf .bat's.
git-svn-id: svn://tug.org/texlive/trunk@9293 c570f23f-e606-0410-a88d-b1316a301751
-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 2f403673152..0e98652c7b8 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -102,6 +102,7 @@ sub check_w32 my $target = $uw{$k}; next if $k eq "context"; # has its own .cmd file next if $target =~ /dviasm|ebong/; # no .bat for python + next if $target =~ /epspdf/; # checks for ruby too next if $target =~ /ps4pdf/; # has its own .bat next if $target =~ /simpdftex/; # shell script next if $target =~ /tex4ht/; # tex4ht has its own .bat's |