diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-29 00:28:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-29 00:28:30 +0000 |
commit | df28f8be3e367cf694fb500cb02dfbd3780d537c (patch) | |
tree | 725c8f1fbaa3d2977170361a3b380fdb45537213 /Master | |
parent | 659e676c6419f3125e3c4409da29082a2ebaf9ae (diff) |
no more getnonfreefonts, bibexport not on w32
git-svn-id: svn://tug.org/texlive/trunk@16229 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/check-wrapper-consistency | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index a2699ecd2c5..f5f483bad65 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -38,7 +38,6 @@ sub main # add some additional wrappers which are not found # automatically since they are not .. symlinks on Unix. $w{'fmtutil-sys'} = 1; - $w{'getnonfreefonts-sys'} = 1; $w{'updmap'} = 1; $w{'updmap-sys'} = 1; @@ -95,6 +94,7 @@ 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 |