diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-10 03:33:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-10 03:33:23 +0000 |
commit | 3af9b1a236922c66c27a58574965fde519906f91 (patch) | |
tree | 9cec837f7deea3f03d976baf5bfa80029b3d7e13 | |
parent | 16ed4e0ff10c530bd096b3bd1d33ccebd5785aff (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@29323 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/doc.html | 1 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/doc.html b/Master/doc.html index 9f3334063b5..71963d606a2 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -9417,6 +9417,7 @@ PostScript macros for TeX. <a href="texmf-dist/doc/generic/pstricks/pst-news10.pdf">pst-news10.pdf</a>, <a href="texmf-dist/doc/generic/pstricks/pst-news11.pdf">pst-news11.pdf</a>, <a href="texmf-dist/doc/generic/pstricks/pst-news12.pdf">pst-news12.pdf</a>, +<a href="texmf-dist/doc/generic/pstricks/pst-news13.pdf">pst-news13.pdf</a>, <a href="texmf-dist/doc/generic/pstricks/pst-quickref.pdf">pst-quickref.pdf</a>, <a href="texmf-dist/doc/generic/pstricks/pst-user.pdf">pst-user.pdf</a>, <a href="texmf-dist/doc/generic/pstricks/pst-usrfull.pdf">pst-usrfull.pdf</a>, diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 69129c0a44f..f6279abb7d5 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -8,7 +8,6 @@ $mirrors = { 'Asia' => { 'China' => { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, - 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, @@ -91,7 +90,6 @@ $mirrors = { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 }, 'Italy' => { - 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1, 'http://ftp.uniRoma2.it/TeX/' => 1 }, 'Lithuania' => { @@ -115,6 +113,7 @@ $mirrors = { 'http://mirrors.fe.up.pt/pub/CTAN/' => 1 }, 'Russia' => { + 'http://ctan.uni-altai.ru/' => 1, 'http://ctan.usu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1, 'http://mirrors.nlab.su/ctan/' => 1 |