diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-05 01:05:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-05 01:05:40 +0000 |
commit | fd9e6506431c90e66891bb9e63e38334837c415c (patch) | |
tree | 895562a37f46f5f33642de900a9610b4d6625edd /Master | |
parent | 8b56028638d89010516f77ee950c6ca124ec5cd2 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@43399 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 3 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Master/doc.html b/Master/doc.html index bf2c78e1ba2..eaa681bd85b 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -16900,8 +16900,9 @@ Associated counters stepping simultaneously <a href="texmf-dist/doc/latex/xassoccnt/xassoccnt_backupcounters_example.pdf">xassoccnt_backupcounters_example.pdf</a>, <a href="texmf-dist/doc/latex/xassoccnt/xassoccnt_coupledcounters_example.pdf">xassoccnt_coupledcounters_example.pdf</a>, <a href="texmf-dist/doc/latex/xassoccnt/xassoccnt_doc.pdf">xassoccnt_doc.pdf</a>, -<a href="texmf-dist/doc/latex/xassoccnt/xassoccnt_driver.pdf">xassoccnt_driver.pdf</a>, +<a href="texmf-dist/doc/latex/xassoccnt/xassoccnt_driver_example.pdf">xassoccnt_driver_example.pdf</a>, <a href="texmf-dist/doc/latex/xassoccnt/xassoccnt_example.pdf">xassoccnt_example.pdf</a>, +<a href="texmf-dist/doc/latex/xassoccnt/xassoccnt_label_example.pdf">xassoccnt_label_example.pdf</a>, <a href="texmf-dist/doc/latex/xassoccnt/xassoccnt_periodiccounters_example.pdf">xassoccnt_periodiccounters_example.pdf</a>, <a href="texmf-dist/doc/latex/xassoccnt/xassoccnt_resetlist_example.pdf">xassoccnt_resetlist_example.pdf</a>, <a href="texmf-dist/doc/latex/xassoccnt/xassoccnt_suspendedcounters_example.pdf">xassoccnt_suspendedcounters_example.pdf</a>, diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 0a567ae4f10..e1ef7df8a8e 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -5,6 +5,7 @@ $mirrors = { }, 'South Africa' => { 'http://ctan.mirror.ac.za/' => 1, + 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1 } }, @@ -24,8 +25,7 @@ $mirrors = { }, 'Japan' => { 'ftp://ftp.kddilabs.jp/CTAN/' => 1, - 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, - 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 + 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1 }, 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, @@ -39,8 +39,7 @@ $mirrors = { 'http://mirror.pregi.net/tex-archive/' => 1 }, 'Taiwan' => { - 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, - 'http://ftp.yzu.edu.tw/CTAN/' => 1 + 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1 } }, 'Australasia' => { |