diff options
author | Karl Berry <karl@freefriends.org> | 2021-05-10 14:54:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-05-10 14:54:19 +0000 |
commit | 4293f40bcee7e9f0bf77669379e5c923f725adfa (patch) | |
tree | 16adf7583e065143e12f3ed4876a8f41a76e71dc | |
parent | 7be476b9aaffe6f6e987cfa0a492e857ed6418aa (diff) |
merge texlive-docindex (aka TL/doc.html) back into texlive-scripts, since ctan-mirrors.pl is also updated near-daily
git-svn-id: svn://tug.org/texlive/trunk@59159 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-basic.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive-docindex.tlpsrc | 7 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc | 8 |
3 files changed, 6 insertions, 10 deletions
diff --git a/Master/tlpkg/tlpsrc/collection-basic.tlpsrc b/Master/tlpkg/tlpsrc/collection-basic.tlpsrc index e7b5643bc77..cb84b3d655a 100644 --- a/Master/tlpkg/tlpsrc/collection-basic.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-basic.tlpsrc @@ -41,7 +41,6 @@ depend plain depend tex depend tex-ini-files depend texlive-common -depend texlive-docindex depend texlive-en depend texlive-msg-translations depend texlive-scripts diff --git a/Master/tlpkg/tlpsrc/texlive-docindex.tlpsrc b/Master/tlpkg/tlpsrc/texlive-docindex.tlpsrc deleted file mode 100644 index ada10b482a7..00000000000 --- a/Master/tlpkg/tlpsrc/texlive-docindex.tlpsrc +++ /dev/null @@ -1,7 +0,0 @@ -category TLCore -shortdesc top-level TeX Live doc.html, etc. -longdesc These files are regenerated as needed, which is often, -longdesc so we make them a separate package. See the tl-update-auto -longdesc script for the process. -# -docpattern f doc.html diff --git a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc index 20019a59154..062bc160265 100644 --- a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc @@ -26,7 +26,7 @@ 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 @@ -59,7 +59,11 @@ 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.* -# + +# This file and ctan-mirrors.pl are regenerated daily (or so) +# by tl-update-auto. +docpattern f doc.html + # install-tl runpattern f install-tl runpattern f tlpkg/installer/install-menu-*.pl |