diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-25 23:51:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-25 23:51:16 +0000 |
commit | 3ace2485d410c75ff6c6a53d4918b435f471021a (patch) | |
tree | 68e45a9c5f78b5f5ca8038341ed849b2ec013bfb /Master/tlpkg/bin/check-wrapper-consistency | |
parent | c7fed993f019060c4227f8ecbb92d9d2a706eeea (diff) |
Assorted unrelated but small changes.
TLConfig.pm: set autobackup default to 1.
00texlive.installation.tlpsrc: doc fixes.
check-wrapper-consistency: do not check context w32 executables.
tl-update-images: enable full image rebuild.
install-tl: MANPATH msg.
tlmgr.pl: qualify which() call.
spanish.pdf: broken and removed on CTAN.
git-svn-id: svn://tug.org/texlive/trunk@18496 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-wrapper-consistency')
-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 989016f3ced..82154eb4880 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -97,7 +97,7 @@ sub check_w32 for my $k (sort keys %uw) { my $target = $uw{$k}; next if $target =~ /bibexport/; # shell script - # next if $target =~ /context/; # will have its own stubs + next if $target =~ /context/; # does it its own way next if $target =~ /dviout/; # gui stub next if $target =~ /listings-ext/; # shell script next if $target =~ /man/; # no symlink |