diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-01 04:41:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-01 04:41:52 +0000 |
commit | d045977703b02995e6bf94e474ed0a5e7e015efe (patch) | |
tree | 7a2c06f8bba3752199a54c863861d1f8c1f08586 | |
parent | 6854b63a91330e7d1a1e1f17617969fa662b21d7 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@36410 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/doc.html | 8 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/Master/doc.html b/Master/doc.html index 33dbe9018e9..7b935f14e51 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -5626,6 +5626,7 @@ Create glossaries and lists of acronyms. <a href="texmf-dist/doc/latex/glossaries/samples/sample-crossref.pdf">sample-crossref.pdf</a>, <a href="texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.pdf">sample-custom-acronym.pdf</a>, <a href="texmf-dist/doc/latex/glossaries/samples/sample-dual.pdf">sample-dual.pdf</a>, +<a href="texmf-dist/doc/latex/glossaries/samples/sample-entrycount.pdf">sample-entrycount.pdf</a>, <a href="texmf-dist/doc/latex/glossaries/samples/sample-entryfmt.pdf">sample-entryfmt.pdf</a>, <a href="texmf-dist/doc/latex/glossaries/samples/sample-ignored.pdf">sample-ignored.pdf</a>, <a href="texmf-dist/doc/latex/glossaries/samples/sample-index.pdf">sample-index.pdf</a>, @@ -9016,8 +9017,9 @@ Easy notation for guitar music, in MusixTeX. <a href="texmf-dist/doc/latex/musixguit/musixguit_de.pdf">musixguit_de.pdf</a>. </small></li> -<li><b><a href="texmf-dist/doc/generic/musixtex/musixcrd">musixtex</a></b>:<small> +<li><b><a href="texmf-dist/doc/generic/musixtex/examples">musixtex</a></b>:<small> Sophisticated music typesetting +<a href="texmf-dist/doc/generic/musixtex/examples/kinder.pdf">kinder.pdf</a>, <a href="texmf-dist/doc/generic/musixtex/musixcrd/doc.pdf">doc.pdf</a>, <a href="texmf-dist/doc/generic/musixtex/musixdoc.pdf">musixdoc.pdf</a>, <a href="texmf-dist/doc/generic/musixtex/musixlyr/examples/nonmoriar.pdf">nonmoriar.pdf</a>, @@ -9028,8 +9030,8 @@ Sophisticated music typesetting <a href="texmf-dist/doc/generic/musixtex/notationMistakes/sottigra.pdf">sottigra.pdf</a>, <a href="texmf-dist/doc/generic/musixtex/psslurs/slurs.pdf">slurs.pdf</a>, <a href="texmf-dist/doc/generic/musixtex/reference/musixre1.pdf">musixre1.pdf</a>, -<a href="texmf-dist/doc/generic/musixtex/scripts/musixflx.html">musixflx.html</a>, -<a href="texmf-dist/doc/generic/musixtex/scripts/musixtex.html">musixtex.html</a>, +<a href="texmf-dist/doc/generic/musixtex/scripts/musixflx.pdf">musixflx.pdf</a>, +<a href="texmf-dist/doc/generic/musixtex/scripts/musixtex.pdf">musixtex.pdf</a>, <a href="texmf-dist/doc/man/man1/musixflx.man1.pdf">musixflx.man1.pdf</a>, <a href="texmf-dist/doc/man/man1/musixtex.man1.pdf">musixtex.man1.pdf</a>. </small></li> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index dc7ddd7b310..8e253bab224 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -11,7 +11,6 @@ $mirrors = { 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.hustunique.com/CTAN/' => 1, - 'http://mirrors.stuhome.net/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'Hong Kong' => { @@ -63,6 +62,7 @@ $mirrors = { }, 'Europe' => { 'Austria' => { + 'http://mirror.easyname.at/ctan/' => 1, 'http://mirror.klaus-uwe.me/ctan/' => 1 }, 'Belarus' => { @@ -121,7 +121,6 @@ $mirrors = { }, 'Russia' => { 'http://ctan.uni-altai.ru/' => 1, - 'http://ctan.usu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1 }, 'Slovenia' => { @@ -131,7 +130,8 @@ $mirrors = { 'http://osl.ugr.es/CTAN/' => 1 }, 'Switzerland' => { - 'http://mirror.switch.ch/ftp/mirror/tex/' => 1 + 'http://mirror.switch.ch/ftp/mirror/tex/' => 1, + 'http://www.pirbot.com/mirrors/ctan/' => 1 }, 'UK' => { 'http://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1 @@ -139,6 +139,7 @@ $mirrors = { }, 'North America' => { 'Canada' => { + 'http://ctan.math.ca/tex-archive/' => 1, 'http://ctan.mirror.rafal.ca/' => 1, 'http://mirror.its.dal.ca/ctan/' => 1, 'http://www.math.mun.ca/tex-archive/' => 1 |