diff options
author | Karl Berry <karl@freefriends.org> | 2023-05-05 23:48:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-05-05 23:48:16 +0000 |
commit | 4a7397a5588c0ac4552d95eb3361cf49b716709b (patch) | |
tree | 62cda218b5777d4cb1a5086d005a4e39f186dc44 | |
parent | 6c7e295e63bd2dc148d5d2798b4aee9a20f7b2b1 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@67030 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/doc.html | 4 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/Master/doc.html b/Master/doc.html index b9e8315239d..2f4d62335df 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -24876,7 +24876,7 @@ Graphical macros, using embedded PostScript. <li id="texfindpkg"><b><a href="texmf-dist/doc/man/man1/">texfindpkg</a></b><small> (<a href="https://ctan.org/pkg/texfindpkg">CTAN</a>): -Install TeX packages and their dependencies. +Query or install TeX packages and their dependencies. <a href="texmf-dist/doc/man/man1/texfindpkg.man1.pdf">texfindpkg.man1.pdf</a> </small></li> @@ -28607,5 +28607,5 @@ Standard conforming typesetting of Japanese, for XeLaTeX. <p><a href="#letter-1">1</a> - <a href="#letter-2">2</a> - <a href="#letter-A">A</a> - <a href="#letter-B">B</a> - <a href="#letter-C">C</a> - <a href="#letter-D">D</a> - <a href="#letter-E">E</a> - <a href="#letter-F">F</a> - <a href="#letter-G">G</a> - <a href="#letter-H">H</a> - <a href="#letter-I">I</a> - <a href="#letter-J">J</a> - <a href="#letter-K">K</a> - <a href="#letter-L">L</a> - <a href="#letter-M">M</a> - <a href="#letter-N">N</a> - <a href="#letter-O">O</a> - <a href="#letter-P">P</a> - <a href="#letter-Q">Q</a> - <a href="#letter-R">R</a> - <a href="#letter-S">S</a> - <a href="#letter-T">T</a> - <a href="#letter-U">U</a> - <a href="#letter-V">V</a> - <a href="#letter-W">W</a> - <a href="#letter-X">X</a> - <a href="#letter-Y">Y</a> - <a href="#letter-Z">Z</a></p> <hr> -<small>Generated Wed May 3 01:49:46 CEST 2023 by tl-update-docindex.</small> +<small>Generated Sat May 6 01:48:13 CEST 2023 by tl-update-docindex.</small> </body></html> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index de99369e89f..7c5ab834106 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -25,9 +25,6 @@ $mirrors = { 'https://mirrors.ustc.edu.cn/CTAN/' => 1, 'https://mirrors.zju.edu.cn/CTAN/' => 1, }, - 'Hong Kong' => { - 'https://mirror-hk.koddos.net/CTAN/' => 1, - }, 'India' => { 'https://mirror.niser.ac.in/ctan/' => 1, }, @@ -48,7 +45,6 @@ $mirrors = { }, 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, - 'https://cran.asia/tex/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'https://lab.uklee.pe.kr/tex-archive/' => 1, 'https://mirror.kakao.com/CTAN/' => 1, |