diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-02 01:38:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-02 01:38:54 +0000 |
commit | e53220b187982a069ca1fba0acc2abccb28a68aa (patch) | |
tree | c81d33541909e85a7cdd2056fbb1c79aba436570 /Master | |
parent | c5614399986b6d7649601651664cc33c8d90b27a (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@10823 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 2 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/tlmgr.1 | 36 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/tlmgr.pdf | bin | 18868 -> 21016 bytes |
3 files changed, 37 insertions, 1 deletions
diff --git a/Master/doc.html b/Master/doc.html index 93fc8966e97..976c22ade39 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -2598,6 +2598,8 @@ directories), sorted by package name. <li><b><a href="texmf-dist/doc/latex/isomath">latex/isomath</a>:</b><small> <a href="texmf-dist/doc/latex/isomath/isomath-test.pdf">isomath-test.pdf</a> <a href="texmf-dist/doc/latex/isomath/isomath.sty.html">isomath.sty.html</a> + <a href="texmf-dist/doc/latex/isomath/isomath.sty.pdf">isomath.sty.pdf</a> + <a href="texmf-dist/doc/latex/isomath/README.html">README.html</a> </small> <li><b><a href="texmf-dist/doc/latex/isorot">latex/isorot</a>:</b><small> diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1 index 71fdd3596c6..fe9dcb2f5c3 100644 --- a/Master/texmf/doc/man/man1/tlmgr.1 +++ b/Master/texmf/doc/man/man1/tlmgr.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "TLMGR 1" -.TH TLMGR 1 "2008-09-30" "perl v5.8.8" "User Contributed Perl Documentation" +.TH TLMGR 1 "2008-10-02" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" tlmgr \- the TeX Live Manager .SH "SYNOPSIS" @@ -193,10 +193,25 @@ Start the graphical user interface. Install each \fIpkg\fR given on the command line. By default this installs all packages that the given \fIpkg\fRs are dependent on, also. Options: .RS 4 +.IP "\fB\-\-reinstall\fR" 8 +.IX Item "--reinstall" +Reinstall a package (including dependencies for collections) even if it +seems to be already installed. Can be used to recover from accidently +removed files of a package. +.Sp +Note that when re-installing packages not all dependencies are reinstalled, +only dependencies on normal packages (not of category Scheme or Collection). .IP "\fB\-\-no\-depends\fR" 8 .IX Item "--no-depends" Do not install dependencies. (By default, installing a package ensures that all dependencies of this package are fulfilled.) +.IP "\fB\-\-no\-depends\-at\-all\fR" 8 +.IX Item "--no-depends-at-all" +When you install a package which ships binary files the respective binary +package will also be installed. (So for package bin-foobar also the package +bin\-foobar.i386\-linux will be installed on an i386\-linux system.) +This switch supresses this behaviour, and also implies \f(CW\*(C`\-\-no\-depends\*(C'\fR. +Don't use it unless you are really sure what you are doing. .IP "\fB\-\-dry\-run\fR" 8 .IX Item "--dry-run" Nothing is actually installed; instead, the actions to be performed are @@ -241,6 +256,18 @@ above. This prevents any such removals. be saved before updates are performed. Then you can restore later if the update turns out to be problematic; see the \f(CW\*(C`restore\*(C'\fR action for details. +.IP "\fB\-\-no\-depends\fR" 8 +.IX Item "--no-depends" +If you call for updating a package normally all depending packages +will also be checked for updates and updated if necessary. This switch +supresses this behaviour. +.IP "\fB\-\-no\-depends\-at\-all\fR" 8 +.IX Item "--no-depends-at-all" +When you update a package which ships binary files the respective binary +package will also be updated. (So for package bin-foobar also the package +bin\-foobar.i386\-linux will be updated on an i386\-linux system.) +This switch supresses this behaviour, and also implies \f(CW\*(C`\-\-no\-depends\*(C'\fR. +Don't use it unless you are really sure what you are doing. .RE .RS 4 .Sp @@ -300,6 +327,13 @@ package, dependencies are never removed. Options: .IP "\fB\-\-no\-depends\fR" 8 .IX Item "--no-depends" Do not remove dependent packages. +.IP "\fB\-\-no\-depends\-at\-all\fR" 8 +.IX Item "--no-depends-at-all" +When you remove a package which ships binary files the respective binary +package will also be removed. (So for package bin-foobar also the package +bin\-foobar.i386\-linux will be removed on an i386\-linux system.) +This switch supresses this behaviour, and also implies \f(CW\*(C`\-\-no\-depends\*(C'\fR. +Don't use it unless you are really sure what you are doing. .IP "\fB\-\-force\fR" 8 .IX Item "--force" By default, removal of a package or collection that is a dependency of diff --git a/Master/texmf/doc/man/man1/tlmgr.pdf b/Master/texmf/doc/man/man1/tlmgr.pdf Binary files differindex f4a0ab0e5b1..0760f1aa842 100644 --- a/Master/texmf/doc/man/man1/tlmgr.pdf +++ b/Master/texmf/doc/man/man1/tlmgr.pdf |