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 /Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc | |
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
Diffstat (limited to 'Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc | 8 |
1 files changed, 6 insertions, 2 deletions
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 |