diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-27 22:11:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-27 22:11:11 +0000 |
commit | 41e4991ef9022471f7d4aad029d894b61aa7abba (patch) | |
tree | 7364576e1a8c571b347949566c1c200895e809e3 /Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | |
parent | f5dc95456cfd50e1e65093613f2dcab3e30b6714 (diff) |
partially undo r53569, moving mktexlsr and {updmap,fmtutil}-hdr.* back to texlive.infra to keep it sufficiently self-contained for install-tl; doc updates
git-svn-id: svn://tug.org/texlive/trunk@53576 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/texlive.infra.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index 24541bfef3c..28c52ecb0bb 100644 --- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -11,6 +11,7 @@ docpattern f README* docpattern d readme-html.dir docpattern d readme-txt.dir docpattern f index.html +docpattern f texmf-dist/doc/man/man1/mktexlsr.* docpattern f texmf-dist/doc/man/man1/tlmgr.* docpattern f texmf-dist/scripts/texlive/NEWS docpattern f tlpkg/README @@ -21,6 +22,12 @@ docpattern f tlpkg/installer/COPYING.MinGW-runtime.txt runpattern f LICENSE* runpattern f release-texlive.txt # +# TLUtils.pm::_create_config_files uses these as part of install-tl, +# so put them here to keep texlive.infra self-contained. +runpattern f texmf-dist/web2c/fmtutil-hdr.cnf +runpattern f texmf-dist/web2c/updmap-hdr.cfg +# +runpattern f texmf-dist/scripts/texlive/mktexlsr runpattern f texmf-dist/scripts/texlive/tlmgr.pl runpattern f texmf-dist/scripts/texlive/tlmgrgui.pl runpattern f texmf-dist/scripts/texlive/uninstall-win32.pl @@ -32,6 +39,7 @@ runpattern d tlpkg/TeXLive runpattern d tlpkg/gpg binpattern f bin/${ARCH}/tlmgr +binpattern f bin/${ARCH}/mktexlsr # binpattern f/win32 bin/win32/runscript.* binpattern f/win32 bin/win32/wrunscript.* |