diff options
-rw-r--r-- | Build/source/utils/README | 2 | ||||
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 16 | ||||
-rw-r--r-- | Master/tlpkg/doc/packages.txt | 8 |
3 files changed, 15 insertions, 11 deletions
diff --git a/Build/source/utils/README b/Build/source/utils/README index 3d2c40d472f..69a05288bf2 100644 --- a/Build/source/utils/README +++ b/Build/source/utils/README @@ -5,7 +5,7 @@ You may freely use, modify and/or distribute this file. Extra utilities we (optionally) compile for TeX Live. See comments in ../texk/README. -asymptote 1.82 - checked 21jul09 +asymptote 1.86 - checked 11sep09 update to TL from CTAN, to include prebuilt doc. see http://tug.org/texlive/build.html#asymptote diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 021a4ec5c2d..2d8858558bf 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -4145,12 +4145,12 @@ following voluminous information. =head1 OPTIONS -The following options to C<tlmgr> are global options not specific to any -action. Although we present C<tlmgr> invocation in the above order, all -options can be given at any place and in arbitrary order. The first -non-option argument will be the main action. In all cases, -C<-->I<option> and C<->I<option> are equivalent, and an C<=> is optional -between an option name and its value. +The following options to C<tlmgr> are global options, not specific to +any action. All options, whether global or action-specific, can be +given at any place and in arbitrary order. The first non-option +argument will be the main action. In all cases, C<-->I<option> and +C<->I<option> are equivalent, and an C<=> is optional between an option +name and its value. =over 4 @@ -4162,6 +4162,10 @@ installation's TeX Live Package Database (TLPDB, a file named C<texlive.tlpdb>). The documentation for C<install-tl> has more details about this (L<http://tug.org/texlive/doc/install-tl.html>). +C<--repository> changes the repository location only for the current +run; to make a permanent change, use C<option repository> (see the +L<option> action). + For backward compatibility and convenience, C<--location> and C<--repo> are accepted as aliases for this option. diff --git a/Master/tlpkg/doc/packages.txt b/Master/tlpkg/doc/packages.txt index f3d2c32dba2..a1e558e1cd9 100644 --- a/Master/tlpkg/doc/packages.txt +++ b/Master/tlpkg/doc/packages.txt @@ -20,10 +20,10 @@ To remove an architecture: When switching the release version, the default network directory specified in tl-update-tlnet, TLConfig.pm, and release-texlive-txt. -Change those. Then make the new directory, and copy in -tlpkg/texlive.tlpdb; tl-update-tlnet will make everything else. But -consider mv-ing the old directory so as not to actually make new -containers. Coordinate with CTAN. +Change those. Then make the new directory, copy in tlpkg/texlive.tlpdb +but remove the 00texlive.installer stanza; tl-update-tlnet will make +everything else. But consider mv-ing the old directory so as not to +actually make new containers. Coordinate with CTAN. To make the tag + branch of a release after it is complete: |