diff options
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-binextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/tetex.tlpsrc | 8 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc | 19 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc | 2 |
4 files changed, 22 insertions, 8 deletions
diff --git a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc index 346b0c498a2..df5ff071c18 100644 --- a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc @@ -87,6 +87,7 @@ depend texdirflatten depend texdoc depend texdoctk depend texfot +depend texlive-extra depend texliveonfly depend texloganalyser depend texosquery diff --git a/Master/tlpkg/tlpsrc/tetex.tlpsrc b/Master/tlpkg/tlpsrc/tetex.tlpsrc index a0a7c7ea4b4..beb946933db 100644 --- a/Master/tlpkg/tlpsrc/tetex.tlpsrc +++ b/Master/tlpkg/tlpsrc/tetex.tlpsrc @@ -20,8 +20,6 @@ runpattern f texmf-dist/texconfig/g/* runpattern f texmf-dist/texconfig/v/* runpattern f texmf-dist/texconfig/x/* # -runpattern f texmf-dist/scripts/texlive/allcm.sh -runpattern f texmf-dist/scripts/texlive/allneeded.sh runpattern f texmf-dist/scripts/texlive/dvi2fax.sh runpattern f texmf-dist/scripts/texlive/dvired.sh runpattern f texmf-dist/scripts/texlive/e2pall.pl @@ -39,9 +37,6 @@ 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 -docpattern f texmf-dist/doc/man/man1/allcm.* -docpattern f texmf-dist/doc/man/man1/allec.* -docpattern f texmf-dist/doc/man/man1/allneeded.* docpattern f texmf-dist/doc/man/man1/dvi2fax.* docpattern f texmf-dist/doc/man/man1/dvired.* docpattern f texmf-dist/doc/man/man1/e2pall.* @@ -57,9 +52,6 @@ docpattern f texmf-dist/doc/man/man5/fmtutil.cnf.* docpattern f texmf-dist/doc/man/man5/updmap.* docpattern d texmf-dist/doc/tetex -binpattern f bin/${ARCH}/allcm -binpattern f bin/${ARCH}/allec -binpattern f bin/${ARCH}/allneeded binpattern f bin/${ARCH}/dvi2fax binpattern f bin/${ARCH}/dvired binpattern f bin/${ARCH}/e2pall diff --git a/Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc b/Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc new file mode 100644 index 00000000000..02b32903b53 --- /dev/null +++ b/Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc @@ -0,0 +1,19 @@ +category TLCore +shortdesc TeX Live scripts +longdesc Miscellaneous scripts maintained as part of TeX Live, but +longdesc not important for the infrastructure. Thus, this is not part of +longdesc scheme-infraonly or tlcritical, just a normal package. + +docpattern f texmf-dist/scripts/texlive-extra/README + +runpattern f texmf-dist/scripts/texlive-extra/allcm.sh +docpattern f texmf-dist/doc/man/man1/allcm.* +binpattern f bin/${ARCH}/allcm +# +# symlink to allcm.sh. +docpattern f texmf-dist/doc/man/man1/allec.* +binpattern f bin/${ARCH}/allec +# +runpattern f texmf-dist/scripts/texlive-extra/allneeded.sh +docpattern f texmf-dist/doc/man/man1/allneeded.* +binpattern f bin/${ARCH}/allneeded diff --git a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc index 4c1411c1610..648de8ebdef 100644 --- a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc @@ -5,6 +5,8 @@ longdesc tlmgr to run but still ours. Not included in tlcritical. # depend texlive.infra # +docpattern f texmf-dist/scripts/texlive/README +# runpattern f texmf-dist/scripts/texlive/mktexmf runpattern f texmf-dist/scripts/texlive/mktexpk runpattern f texmf-dist/scripts/texlive/mktextfm |