diff options
author | Karl Berry <karl@freefriends.org> | 2014-12-21 02:20:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-12-21 02:20:55 +0000 |
commit | c08806c9a0e1bb5fa8edda75da3e734df6de536a (patch) | |
tree | d0f0a945618f840b9356935d4c3ba50484ec8f17 | |
parent | 1e46892a4a5f6eed5c38452c52e541289715b9d2 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@35874 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/doc.html | 2 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Master/doc.html b/Master/doc.html index de093820090..bf1073d8fcd 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -7985,7 +7985,7 @@ Include a glossary into a document. </small></li> <li><b><a href="texmf-dist/doc/man/man1">makeindex</a></b>:<small> -Process index output to produce typesettable code. +Makeindex development sources. <a href="texmf-dist/doc/man/man1/makeindex.man1.pdf">makeindex.man1.pdf</a>, <a href="texmf-dist/doc/man/man1/mkindex.man1.pdf">mkindex.man1.pdf</a>, <a href="texmf-dist/doc/support/makeindex/ind.pdf">ind.pdf</a>, diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 9c29ebb5c68..808fd982bd2 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -64,6 +64,9 @@ $mirrors = { } }, 'Europe' => { + 'Austria' => { + 'http://mirror.klaus-uwe.me/ctan/' => 1 + }, 'Belarus' => { 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1 }, @@ -90,7 +93,6 @@ $mirrors = { 'http://ctan.sciserv.eu/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, - 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, 'http://mirror.selfnet.de/tex-archive/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, |