diff options
author | Karl Berry <karl@freefriends.org> | 2019-03-07 01:23:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-03-07 01:23:32 +0000 |
commit | 0eca7bbe695c2838f0b99a11ab8a58176461f579 (patch) | |
tree | 847cb811cdd670461d561ea697f2c4ad3a5dfd36 | |
parent | 5f0e757c7c0c34f408206b9f5dc73722b17f9c48 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@50270 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, 3 insertions, 5 deletions
diff --git a/Master/doc.html b/Master/doc.html index 35f9c4e6aa3..866f806430b 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -11313,9 +11313,9 @@ TikZ styles to typeset graphs of program memory <a href="texmf-dist/doc/latex/memorygraphs/memorygraphs.pdf">memorygraphs.pdf</a>. </small></li> -<li><b><a href="texmf-dist/doc/support/mendex">mendex-doc</a></b>:<small> +<li><b><a href="texmf-dist/doc/support/mendex-doc">mendex-doc</a></b>:<small> Documentation for Mendex index processor -<a href="texmf-dist/doc/support/mendex/mendex.pdf">mendex.pdf</a> (ja). +<a href="texmf-dist/doc/support/mendex-doc/mendex.pdf">mendex.pdf</a> (ja). </small></li> <li><b><a href="texmf-dist/doc/latex/mensa-tex/doc">mensa-tex</a></b>:<small> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 5a06170c24c..6767f42c7ba 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,8 +1,5 @@ $mirrors = { 'Africa' => { - 'Algeria' => { - 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1 - }, 'South Africa' => { 'http://ctan.mirror.ac.za/' => 1, 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, @@ -13,6 +10,7 @@ $mirrors = { 'Asia' => { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, + 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.huaweicloud.com/repository/toolkit/CTAN/' => 1, 'http://mirrors.shu.edu.cn/CTAN/' => 1, |