diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-26 23:58:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-26 23:58:37 +0000 |
commit | cb1f34f8bcabffe0473d760bf9dd3343f8db537c (patch) | |
tree | e5ab8f61ef2d5f8a2e641e760b21e3edd118cc05 /Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc | |
parent | 767a4e654de5f47d7bb5c671f0df58918cc6347b (diff) |
tetex.tlpsrc: remove.
scheme-infraonly.tlpsrc,
collection-basic.tlpsrc: no more tetex.
texlive.infra.tlpsrc: move fmtutil-hdr.cnf and updmap-hdr.cfg
to texlive-scripts, where the scripts are.
texmf-dist/doc/tetex: also remove, too old.
texmf-dist/scripts/texlive-extra: add remaining auxiliary scripts from
tl_scripts, from tetex days.
<many>.sh, e2pall.pl: move there (from Build/../tlscripts/).
texlive-extra.tlpsrc: new package.
collection-binextra.tlpsrc: add texlive-extra here.
bin/*/all*: adjust symlinks.
Build/.../texlive/linked_scripts/texlive-extra: add new scripts.
Adjust Makefile.am, including creating mktexfmt symlink.
Build/.../texlive/tl_scripts: remove all scripts from here,
leaving only man pages.
tl-check-wrapper-consistency: no more scripts in tl_scripts
(will rename directory later).
git-svn-id: svn://tug.org/texlive/trunk@53554 c570f23f-e606-0410-a88d-b1316a301751
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 |