From 0647cfb6ab05c9065aacc240a18baaaf0ae6e2a8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 29 Sep 2008 01:49:25 +0000 Subject: /home/texlive/karl/Master/tlpkg/bin/tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@10784 c570f23f-e606-0410-a88d-b1316a301751 --- Master/doc.html | 12 ++++++++++-- Master/texmf/doc/man/man1/tlmgr.1 | 17 +++++++++++++++-- Master/texmf/doc/man/man1/tlmgr.pdf | Bin 18000 -> 18634 bytes Master/tlpkg/installer/config.guess | 7 +++++-- 4 files changed, 30 insertions(+), 6 deletions(-) (limited to 'Master') diff --git a/Master/doc.html b/Master/doc.html index 1abfd400d1a..c0c0b53eaa4 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -186,6 +186,11 @@ directories), sorted by package name. intro98.pdf +
  • fontinst/base/talks: + et99-font-tables.pdf + et99-font-tutorial.pdf + +
  • fontname: fontname.pdf index.html @@ -4034,8 +4039,6 @@ directories), sorted by package name.
  • latex/siunitx: - si-colour.pdf - siunitx-manual.pdf siunitx.pdf @@ -4229,6 +4232,11 @@ directories), sorted by package name. t-manual.pdf +
  • latex/tableaux: + exemples.pdf + tableau.pdf + +
  • latex/tablists: tablists-rus.pdf tablists.pdf diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1 index b16e02f95ae..97a62e9e33f 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-23" "perl v5.8.8" "User Contributed Perl Documentation" +.TH TLMGR 1 "2008-09-28" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" tlmgr \- the TeX Live Manager .SH "SYNOPSIS" @@ -207,7 +207,15 @@ written to the terminal. .IX Item "update [option] [pkg...]" Updates the packages given as arguments to the latest version available at the installation source. Either \f(CW\*(C`\-\-all\*(C'\fR or at least one \fIpkg\fR name -must be specified. Options: +must be specified. +.Sp +Furthermore, it \fBremoves\fR packages which have disappeared on the server. +To not remove any locally installed packages it does check that the +package came from the server by checking for inclusion in collections. +Both options \f(CW\*(C`\-\-dry\-run\*(C'\fR and \f(CW\*(C`\-\-list\*(C'\fR will mention the packages +to be removed. See <\-\-no\-remova> for a way to supress that. +.Sp +Options: .RS 4 .IP "\fB\-\-all\fR" 8 .IX Item "--all" @@ -216,6 +224,11 @@ collections. (Packages in uninstalled collections are not considered.) .IP "\fB\-\-list\fR" 8 .IX Item "--list" List the packages which would be updated or newly installed. +.IP "\fB\-\-no\-remove\fR" 8 +.IX Item "--no-remove" +Under normal circumstances tlmgr tries to remove packages which have +disappeared on the server when called with \f(CW\*(C`\-\-all\*(C'\fR. This prevents +these removals. .IP "\fB\-\-dry\-run\fR" 8 .IX Item "--dry-run" Nothing is actually installed; instead, the actions to be performed are diff --git a/Master/texmf/doc/man/man1/tlmgr.pdf b/Master/texmf/doc/man/man1/tlmgr.pdf index 9185ddaadcf..465c17524cb 100644 Binary files a/Master/texmf/doc/man/man1/tlmgr.pdf and b/Master/texmf/doc/man/man1/tlmgr.pdf differ diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index c7607c74f1b..f0f0d363cc1 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-04-14' +timestamp='2008-09-28' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -796,7 +796,7 @@ EOF x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; - EM64T | authenticamd) + EM64T | authenticamd | genuineintel) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) @@ -935,6 +935,9 @@ EOF if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit ;; + padre:Linux:*:*) + echo sparc-unknown-linux-gnu + exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in -- cgit v1.2.3