diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-17 00:23:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-17 00:23:40 +0000 |
commit | 5cd949892df5f4869543332b155014cbb4a241d6 (patch) | |
tree | b74a49bd0e684fac85cb723ca5eedd1a037e05cf /Master | |
parent | c5e9f9989431441163af1acec51f4c4a01866478 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@48035 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/tlmgr.1 | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf | bin | 139692 -> 139759 bytes | |||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 1 |
4 files changed, 10 insertions, 5 deletions
diff --git a/Master/doc.html b/Master/doc.html index c224b82e63c..a5fd172d1fa 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -8721,9 +8721,7 @@ macros for graphic generation and Cinderella plugin <a href="texmf-dist/doc/support/ketcindy/samples/s16ketcindyJS/s1602diffeq2.html">s1602diffeq2.html</a>, <a href="texmf-dist/doc/support/ketcindy/samples/s16ketcindyJS/s1602diffeq2ketcindy.html">s1602diffeq2ketcindy.html</a>, <a href="texmf-dist/doc/support/ketcindy/samples/s16ketcindyJS/s1602diffeq2ketcindyon.html">s1602diffeq2ketcindyon.html</a>, -<a href="texmf-dist/doc/support/ketcindy/source/ketmanual/Fig/setcolor.pdf">setcolor.pdf</a>, -<a href="texmf-dist/doc/support/ketcindy/source/ketmanual/KeTCindyReferenceJ.pdf">KeTCindyReferenceJ.pdf</a>, -<a href="texmf-dist/doc/support/ketcindy/source/ketmanual/refketpic161211J.pdf">refketpic161211J.pdf</a>. +<a href="texmf-dist/doc/support/ketcindy/source/ketmanual/Fig/setcolor.pdf">setcolor.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/latex/keycommand">keycommand</a></b>:<small> diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.1 b/Master/texmf-dist/doc/man/man1/tlmgr.1 index dfac10e4ed1..a4f2602f349 100644 --- a/Master/texmf-dist/doc/man/man1/tlmgr.1 +++ b/Master/texmf-dist/doc/man/man1/tlmgr.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "TLMGR 1" -.TH TLMGR 1 "2018-06-03" "perl v5.26.2" "User Contributed Perl Documentation" +.TH TLMGR 1 "2018-06-16" "perl v5.26.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -741,6 +741,12 @@ dependencies in a similar way. .IX Item "--only-installed" If this option is given, the installation source will not be used; only locally installed packages, collections, or schemes are listed. +.IP "\fB\-\-only\-remote\fR" 4 +.IX Item "--only-remote" +Only list packages from the remote repository. Useful when checking what +is available in a remote repository using +\&\f(CW\*(C`tlmgr \-\-repo ... \-\-only\-remote info\*(C'\fR. Note that +\&\f(CW\*(C`\-\-only\-installed\*(C'\fR and \f(CW\*(C`\-\-only\-remote\*(C'\fR cannot both be specified. .ie n .IP "\fB\-\-data \f(CB""item1,item2,...""\fB\fR" 4 .el .IP "\fB\-\-data \f(CBitem1,item2,...\fB\fR" 4 .IX Item "--data item1,item2,..." @@ -2243,4 +2249,4 @@ This script and its documentation were written for the TeX Live distribution (<http://tug.org/texlive>) and both are licensed under the \&\s-1GNU\s0 General Public License Version 2 or later. .PP -\&\f(CW$Id:\fR tlmgr.pl 47907 2018\-06\-03 18:09:29Z karl $ +\&\f(CW$Id:\fR tlmgr.pl 48030 2018\-06\-16 13:43:22Z preining $ diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf b/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf Binary files differindex ae81c3076c0..90e4eb5a58a 100644 --- a/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf +++ b/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index b20639319e6..b01ce8bedd8 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -32,6 +32,7 @@ $mirrors = { 'http://repo.iut.ac.ir/tex-archive/' => 1 }, '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, 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 |