diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2010-01-09 01:27:39 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2010-01-09 01:27:39 +0000 |
commit | 5d8e7c1ee94a00e14af10d6099384079943da6e4 (patch) | |
tree | f0b4b688e9d7338fa9b9709e554698b920eb0ab9 /Master/tlpkg/bin/check-wrapper-consistency | |
parent | 7cd0f845c957c591ad6d4443831ba9fa29a686ca (diff) |
prepare wrapper for gui-mode stubs; enable wrapper consitency check for context, ps4pdf and tex4ht
git-svn-id: svn://tug.org/texlive/trunk@16645 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-wrapper-consistency')
-rwxr-xr-x | Master/tlpkg/bin/check-wrapper-consistency | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index 56b2166f748..5a3050bafa6 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -96,12 +96,9 @@ sub check_w32 for my $k (sort keys %uw) { my $target = $uw{$k}; next if $target =~ /bibexport/; # shell script - next if $target =~ /context/; # does things its own way next if $target =~ /listings-ext/; # shell script 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 next if $target =~ /tlmgr/; # does things its own way next if $target =~ /xasy/; # no need #print "$k -> $uw{$k}\n"; |