diff options
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc | 6 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc index 0742b79dbff..2eb19c7cd13 100644 --- a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc @@ -11,9 +11,8 @@ docpattern f texmf-dist/scripts/texlive/README runpattern f texmf-dist/dvips/tetex/* runpattern f texmf-dist/fonts/enc/dvips/tetex/* runpattern f texmf-dist/fonts/map/dvips/tetex/* -runpattern f texmf-dist/web2c/fmtutil-hdr.cnf runpattern f texmf-dist/web2c/updmap.cfg -runpattern f texmf-dist/web2c/updmap-hdr.cfg +# # This two-entry map file was written by te and is maintained in the # tetex directory. execute addMap mathpple.map @@ -21,7 +20,6 @@ execute addMap mathpple.map runpattern f texmf-dist/scripts/texlive/fmtutil-sys.sh runpattern f texmf-dist/scripts/texlive/fmtutil-user.sh runpattern f texmf-dist/scripts/texlive/fmtutil.pl -runpattern f texmf-dist/scripts/texlive/mktexlsr runpattern f texmf-dist/scripts/texlive/mktexlsr.pl runpattern f texmf-dist/scripts/texlive/mktexmf runpattern f texmf-dist/scripts/texlive/mktexpk @@ -35,7 +33,6 @@ runpattern f texmf-dist/scripts/texlive/updmap.pl binpattern f bin/${ARCH}/fmtutil binpattern f bin/${ARCH}/fmtutil-sys binpattern f bin/${ARCH}/fmtutil-user -binpattern f bin/${ARCH}/mktexlsr binpattern f bin/${ARCH}/mktexmf binpattern f bin/${ARCH}/mktexpk binpattern f bin/${ARCH}/mktextfm @@ -49,7 +46,6 @@ binpattern f bin/${ARCH}/texhash # docpattern f texmf-dist/doc/man/man1/fmtutil* docpattern f texmf-dist/doc/man/man1/mktexfmt.* -docpattern f texmf-dist/doc/man/man1/mktexlsr.* docpattern f texmf-dist/doc/man/man1/mktexmf.* docpattern f texmf-dist/doc/man/man1/mktexpk.* docpattern f texmf-dist/doc/man/man1/mktextfm.* 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.* |