diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-13 18:21:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-13 18:21:35 +0000 |
commit | 462ae202c3f40d4c61a157ab81cb8f339a9b8ab6 (patch) | |
tree | 9c61d369d7079ff7efa6810ab818008bf311125a /Master | |
parent | 325d9b4f35ba6602fc65ef48c0c5903ce040d662 (diff) |
doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@15263 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 16 | ||||
-rw-r--r-- | Master/tlpkg/doc/packages.txt | 8 |
2 files changed, 14 insertions, 10 deletions
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: |