diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-05-13 20:21:12 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-05-13 20:21:12 +0000 |
commit | d162ec653894bda9d4d36c698ba1247f14c1435e (patch) | |
tree | ca9e21d69ed6cbf97491cf216ea6a4a14e7ea2f0 /Master/tlpkg/bin | |
parent | 8731675b6dfc522aa19d4192021b991dacf66326 (diff) |
single .bat wrapper replacemant for .bat+.texlua combo
git-svn-id: svn://tug.org/texlive/trunk@13075 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/check-wrapper-consistency | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index 9f7e71e9e42..caf1cd92f13 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -100,13 +100,9 @@ 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 =~ /dviasm|ebong/; # no .bat for python - next if $target =~ /epspdf/; # checks for ruby too - next if $target =~ /latexmk/; # has its own .bat next if $target =~ /ps4pdf/; # has its own .bat next if $target =~ /simpdftex/; # shell script next if $target =~ /tex4ht/; # tex4ht has its own .bat's - next if $target =~ /texdoc/; # using a modified wrapper next if $target =~ /tlmgr/; # does things its own way #print "$k -> $uw{$k}\n"; $diff += system ("cmp $w32dir/$k.bat $w32canonical"); |