diff options
author | Karl Berry <karl@freefriends.org> | 2009-10-05 15:31:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-10-05 15:31:13 +0000 |
commit | 10389bf18dd0d99e41c274d72825299c667eae48 (patch) | |
tree | 62fbbecd402ed5007a623c2d2483cd6f4a155f68 | |
parent | e071b78a28e2a2c4aa00944a26a611e5c1d5347d (diff) |
mention acquire.html and doc web pages
git-svn-id: svn://tug.org/texlive/trunk@15645 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index d7701332959..757a3ab29ec 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -4132,12 +4132,16 @@ tlmgr [I<option>]... I<action> [I<option>]... [I<operand>]... =head1 DESCRIPTION B<tlmgr> manages an existing TeX Live installation, both packages and -configuration options. +configuration options. For information on initially downloading and +installing TeX Live, see L<http://tug.org/texlive/acquire.html>. The most up-to-date version of this documentation is available at L<http://tug.org/texlive/tlmgr.html>, along with procedures for updating C<tlmgr> itself and information about test versions. +For the full documentation of TeX Live, see +L<http://tug.org/texlive/doc>. + =head1 EXAMPLES After successfully installing TeX Live, here are a few common operations |