diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-14 18:29:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-14 18:29:31 +0000 |
commit | 299bdb0274ac6021f90b883511b05fe7b54b3f84 (patch) | |
tree | 051ee04434aaa2533b7cd95a5ae0737739291632 /Master/tlpkg/bin/check-wrapper-consistency | |
parent | 2f62a5fe6f4a15971e376276ff7a5abaf17fccbf (diff) |
new scripts pdfjam 2.01 (14apr10)
git-svn-id: svn://tug.org/texlive/trunk@17868 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-wrapper-consistency')
-rwxr-xr-x | Master/tlpkg/bin/check-wrapper-consistency | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index 32587003358..989016f3ced 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -85,8 +85,9 @@ sub unx_wrapper_entries # Windows is special, as usual. Given the list of wrappers in UW, check -# that each of those entries exists in W32DIR as a .exe, and is a copy -# of the canonical w32 wrapper specified in W32CANONICAL. +# that each of those entries (excluding various exceptions) exists in +# W32DIR as a .exe, and is a copy of the canonical w32 wrapper exe +# specified in W32CANONICAL. # sub check_w32 { @@ -100,6 +101,7 @@ sub check_w32 next if $target =~ /dviout/; # gui stub next if $target =~ /listings-ext/; # shell script next if $target =~ /man/; # no symlink + next if $target =~ /pdfjam/; # shell scripts next if $target =~ /psv/; # gui stub next if $target =~ /simpdftex/; # shell script next if $target =~ /texmfstart/; # has its own binary |