diff options
author | Karl Berry <karl@freefriends.org> | 2013-08-25 01:19:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-08-25 01:19:12 +0000 |
commit | 66f5e8cdf71968409fe587496d091031b8b1bb50 (patch) | |
tree | a6c5220dee062ca596c3383a3b7633eeed702189 | |
parent | 81a31d1358a2325648526bdd5cab9be3c040de65 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@31515 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/doc.html | 2 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Master/doc.html b/Master/doc.html index 3220ac1b47b..02efeb9c52d 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -12949,7 +12949,7 @@ Title page for dissertations at the University of Wollongong. </small></li> <li><b><a href="texmf-dist/doc/latex/upmethodology">upmethodology</a></b>:<small> -Writing specification such as for UP-based methodologies. +Writing specifications such as for UP-based methodologies. <a href="texmf-dist/doc/latex/upmethodology/figure_and_tex.pdf">figure_and_tex.pdf</a>, <a href="texmf-dist/doc/latex/upmethodology/figure_and_tex.pdftex_t">figure_and_tex.pdftex_t</a>, <a href="texmf-dist/doc/latex/upmethodology/upmethodology-doc.pdf">upmethodology-doc.pdf</a>. diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 0f0af394f3c..23eb3d5e14a 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -9,7 +9,6 @@ $mirrors = { 'China' => { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, - 'http://mirrors.hustunique.com/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'Hong Kong' => { @@ -53,7 +52,6 @@ $mirrors = { 'http://download.nus.edu.sg/mirror/CTAN/' => 1 }, 'Taiwan' => { - 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ctan.cdpa.nsysu.edu.tw/' => 1, 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 }, |