diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-08 02:19:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-08 02:19:46 +0000 |
commit | d089ec4f8a0b39f08c09467d5f04f899b6f21fa2 (patch) | |
tree | 2c85d0d85e3b176067acbbac487361c3398db286 /Master | |
parent | d05e93ae4aa1f83e3e3796c622ffcca188972bff (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@36231 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 5 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/Master/doc.html b/Master/doc.html index 42d6a64a923..04882b06bc4 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -3612,9 +3612,12 @@ Creating documentation from source code </small></li> <li><b><a href="texmf-dist/doc/latex/doclicense">doclicense</a></b>:<small> -Support for putting documents under a licence. +Support for putting documents under a license. <a href="texmf-dist/doc/latex/doclicense/doclicense.pdf">doclicense.pdf</a>, +<a href="texmf-dist/doc/latex/doclicense/images/doclicense-CC-by-nc-eu.pdf">doclicense-CC-by-nc-eu.pdf</a>, +<a href="texmf-dist/doc/latex/doclicense/images/doclicense-CC-by-nc-nd-eu.pdf">doclicense-CC-by-nc-nd-eu.pdf</a>, <a href="texmf-dist/doc/latex/doclicense/images/doclicense-CC-by-nc-nd.eu.pdf">doclicense-CC-by-nc-nd.eu.pdf</a>, +<a href="texmf-dist/doc/latex/doclicense/images/doclicense-CC-by-nc-sa-eu.pdf">doclicense-CC-by-nc-sa-eu.pdf</a>, <a href="texmf-dist/doc/latex/doclicense/images/doclicense-CC-by-nc-sa.eu.pdf">doclicense-CC-by-nc-sa.eu.pdf</a>, <a href="texmf-dist/doc/latex/doclicense/images/doclicense-CC-by-nc-sa.pdf">doclicense-CC-by-nc-sa.pdf</a>, <a href="texmf-dist/doc/latex/doclicense/images/doclicense-CC-by-nc.eu.pdf">doclicense-CC-by-nc.eu.pdf</a>, diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index d92b53b63db..d83e94df3cd 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -62,6 +62,9 @@ $mirrors = { } }, 'Europe' => { + 'Austria' => { + 'http://mirror.klaus-uwe.me/ctan/' => 1 + }, 'Belarus' => { 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1 }, @@ -88,6 +91,7 @@ $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 }, @@ -98,6 +102,7 @@ $mirrors = { 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 }, 'Netherlands' => { + 'http://archive.cs.uu.nl/mirror/CTAN/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, 'Norway' => { @@ -149,6 +154,7 @@ $mirrors = { 'http://ctan.mirrorcatalogs.com/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, 'http://ctan.sharelatex.com/tex-archive/' => 1, + 'http://get-software.net/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.jmu.edu/pub/CTAN/' => 1, 'http://mirror.math.ku.edu/tex-archive/' => 1, |