diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-16 23:27:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-16 23:27:06 +0000 |
commit | 554e4bb8b6b2145e578e5efb176402264d3f9a91 (patch) | |
tree | 90b2ada21b830f512d1b40d9543f1b5abe252793 /Master/texmf/scripts | |
parent | dad6f4a61338472a2ac8f18cfaac210e5d6f3039 (diff) |
TLTREE.pm (_initialize_lines): do not ignore symlinks to directories,
i.e., bin/*/man.
texlive-scripts: include bin/*/man; hope it works out.
texlive.infra, tlmgr: doc tweaks.
tl-update-auto: skip texnansi.enc, now part of ly1.
tl-update-{asy,bindir,messages}: doc/url updates.
git-svn-id: svn://tug.org/texlive/trunk@19007 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 321cd33f8ac..c6188de1794 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -3595,15 +3595,12 @@ sub check_files { print "\n"; } - # if we are on Win32 or MacOS we return, they currently do not allow - # find -wholename (missing find on w32, or bsd find on darwin). - # we need the -use-svn version only for the check-file-coverage - # replacement anyway, so it will be used on tug, which is neither w32 nor - # darwin. + # if we are on W32, return (no find). We need -use-svn only for + # checking the live repository on tug, which is not w32. my $arch = $localtlmedia->platform(); - return $ret if ($arch eq "win32" || $arch eq "universal-darwin"); + return $ret if $arch eq "win32"; - # do check that all files in the trees are covered + # check that all files in the trees are covered. # my @IgnorePatterns = qw! support/ source/ setuptl/ |