summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-26 23:14:13 +0000
committerKarl Berry <karl@freefriends.org>2019-11-26 23:14:13 +0000
commitdae4e377ee973b44def0a375b97d619e5e76792c (patch)
treeecd81562e189ffbfd641047ea689de1aa7a3c348 /Master
parent2c7dcd98bd0fe3a9adb7e3b4fc1c8b3d262213dc (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52934 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/doc.html9
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl9
2 files changed, 12 insertions, 6 deletions
diff --git a/Master/doc.html b/Master/doc.html
index c9de8a48467..2130555bb6d 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -1096,7 +1096,8 @@ Attach arbitrary files to a PDF document
<li><b><a href="texmf-dist/doc/latex/attachfile2">attachfile2</a></b><small>
(<a href="https://ctan.org/pkg/attachfile2">CTAN</a>):
Attach files into PDF
-<a href="texmf-dist/doc/latex/attachfile2/attachfile2.pdf">attachfile2.pdf</a>.
+<a href="texmf-dist/doc/latex/attachfile2/attachfile2.pdf">attachfile2.pdf</a>
+<a href="texmf-dist/doc/man/man1/pdfatfi.man1.pdf">pdfatfi.man1.pdf</a>.
</small></li>
<li><b><a href="texmf-dist/doc/fonts/auncial-new">auncial-new</a></b><small>
@@ -17606,8 +17607,8 @@ A TeX system for publishing in Japanese
(<a href="https://ctan.org/pkg/ptex-manual">CTAN</a>):
Japanese pTeX manual
<a href="texmf-dist/doc/ptex/ptex-manual/eptex_resume.pdf">eptex_resume.pdf</a>
-<a href="texmf-dist/doc/ptex/ptex-manual/eptexdoc.pdf">eptexdoc.pdf</a>
-<a href="texmf-dist/doc/ptex/ptex-manual/jfm.pdf">jfm.pdf</a>
+<a href="texmf-dist/doc/ptex/ptex-manual/eptexdoc.pdf">eptexdoc.pdf</a>&nbsp;(ja)&nbsp;
+<a href="texmf-dist/doc/ptex/ptex-manual/jfm.pdf">jfm.pdf</a>&nbsp;(ja)&nbsp;
<a href="texmf-dist/doc/ptex/ptex-manual/jtex_asciimw.pdf">jtex_asciimw.pdf</a>
<a href="texmf-dist/doc/ptex/ptex-manual/jtexdoc_asciimw.pdf">jtexdoc_asciimw.pdf</a>
<a href="texmf-dist/doc/ptex/ptex-manual/ptex-guide-en.pdf">ptex-guide-en.pdf</a>
@@ -23872,5 +23873,5 @@ Standard conforming typesetting of Japanese, for XeLaTeX
<p><a href="#letter-1">1</a> - <a href="#letter-2">2</a> - <a href="#letter-A">A</a> - <a href="#letter-B">B</a> - <a href="#letter-C">C</a> - <a href="#letter-D">D</a> - <a href="#letter-E">E</a> - <a href="#letter-F">F</a> - <a href="#letter-G">G</a> - <a href="#letter-H">H</a> - <a href="#letter-I">I</a> - <a href="#letter-J">J</a> - <a href="#letter-K">K</a> - <a href="#letter-L">L</a> - <a href="#letter-M">M</a> - <a href="#letter-N">N</a> - <a href="#letter-O">O</a> - <a href="#letter-P">P</a> - <a href="#letter-Q">Q</a> - <a href="#letter-R">R</a> - <a href="#letter-S">S</a> - <a href="#letter-T">T</a> - <a href="#letter-U">U</a> - <a href="#letter-V">V</a> - <a href="#letter-W">W</a> - <a href="#letter-X">X</a> - <a href="#letter-Y">Y</a> - <a href="#letter-Z">Z</a></p>
<hr />
-<small>Generated Tue Nov 26 01:54:56 CET 2019 by tl-update-docindex.</small>
+<small>Generated Wed Nov 27 00:14:08 CET 2019 by tl-update-docindex.</small>
</body></html>
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index a2d3eac8efe..c4bcbfb47d3 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -15,10 +15,10 @@ $mirrors = {
'Asia' => {
'China' => {
'http://mirror.lzu.edu.cn/CTAN/' => 1,
- 'http://mirrors.cqu.edu.cn/CTAN/' => 1,
'http://mirrors.hit.edu.cn/CTAN/' => 1,
'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1,
- 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1
+ 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1,
+ 'http://mirrors.ustc.edu.cn/CTAN/' => 1
},
'Hong Kong' => {
'https://mirror-hk.koddos.net/CTAN/' => 1
@@ -181,5 +181,10 @@ $mirrors = {
'New Zealand' => {
'http://mirror.aut.ac.nz/CTAN/' => 1
}
+ },
+ 'South America' => {
+ 'Brazil' => {
+ 'http://linorg.usp.br/CTAN/' => 1
+ }
}
};