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/tlpkg/tlpsrc/texlive-scripts.tlpsrc | |
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/tlpkg/tlpsrc/texlive-scripts.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc index 3ac97ad7c13..7146625baff 100644 --- a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc @@ -1,12 +1,17 @@ category TLCore shortdesc TeX Live infrastructure programs -longdesc Includes install-tl, tl-portable, rungs, et al. +longdesc Includes install-tl, tl-portable, rungs, et al., not needed for +longdesc tlmgr to run but still ours. Not included in tlcritical. +# depend texlive.infra +# runpattern d texmf/scripts/texlive/lua runpattern f texmf/scripts/texlive/rungs.tlu runpattern f texmf/scripts/texlive/test-tlpdb.tlu runpattern f texmf/scripts/texlive/texconf.tlu +# binpattern f bin/${ARCH}/rungs +binpattern f bin/${ARCH}/man # # install-tl and tl-portable runpattern f tl-portable |