diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc index 648de8ebdef..00190d6847a 100644 --- a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc @@ -6,25 +6,54 @@ longdesc tlmgr to run but still ours. Not included in tlcritical. depend texlive.infra # docpattern f texmf-dist/scripts/texlive/README -# + +# updmap support files. +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 + +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.pl runpattern f texmf-dist/scripts/texlive/mktexmf runpattern f texmf-dist/scripts/texlive/mktexpk runpattern f texmf-dist/scripts/texlive/mktextfm runpattern f texmf-dist/scripts/texlive/rungs.tlu +runpattern f texmf-dist/scripts/texlive/updmap-sys.sh +runpattern f texmf-dist/scripts/texlive/updmap-user.sh +runpattern f texmf-dist/scripts/texlive/updmap.pl # # scripts that symlink to the above: +binpattern f bin/${ARCH}/fmtutil +binpattern f bin/${ARCH}/fmtutil-sys +binpattern f bin/${ARCH}/fmtutil-user binpattern f bin/${ARCH}/mktexmf binpattern f bin/${ARCH}/mktexpk binpattern f bin/${ARCH}/mktextfm -# links: +binpattern f bin/${ARCH}/updmap +binpattern f bin/${ARCH}/updmap-sys +binpattern f bin/${ARCH}/updmap-user +# +# further links within bin: binpattern f bin/${ARCH}/mktexfmt 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/mktexmf.* docpattern f texmf-dist/doc/man/man1/mktexpk.* docpattern f texmf-dist/doc/man/man1/mktextfm.* docpattern f texmf-dist/doc/man/man1/texhash.* +docpattern f texmf-dist/doc/man/man1/updmap* +docpattern f texmf-dist/doc/man/man5/fmtutil.cnf.* +docpattern f texmf-dist/doc/man/man5/updmap.* # binpattern f bin/${ARCH}/rungs binpattern f bin/${ARCH}/man |