diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-17 16:07:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-17 16:07:52 +0000 |
commit | 6edb141e6c351ce605386a5beee76090899f7ee8 (patch) | |
tree | 5ada3b293f194f7ef73be52a73ce3c164bf58f9d /Master | |
parent | e6169508db1e288550b923af2178ae54985bb123 (diff) |
doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@26468 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/install-tl | 4 | ||||
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/Master/install-tl b/Master/install-tl index 5e701e9958c..3689be54959 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -587,11 +587,15 @@ sub do_remote_init { } if (!do_version_agree()) { TeXLive::TLUtils::tldie <<END_MISMATCH; +============================================================================= $0: The TeX Live versions of the local installation and the repository being accessed are not compatible: local: $TeXLive::TLConfig::ReleaseYear repository: $texlive_release Perhaps you need to use a different CTAN mirror? +(For more, see the output of install-tl --help, especially the + -repository option. Online via http://tug.org/texlive/doc.) +============================================================================= END_MISMATCH } final_remote_init(); diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 153b217782e..8ad03a6840b 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -5467,11 +5467,10 @@ sub check_for_critical_updates return(@critical_upd); } -sub critical_updates_warning -{ - tlwarn("Updates for tlmgr itself are present.\n"); +sub critical_updates_warning { tlwarn("=" x 79, "\n"); - tlwarn("Please update the package manager first, via either\n"); + tlwarn("Updates for tlmgr itself are present.\n"); + tlwarn("So, please update the package manager first, via either\n"); tlwarn(" tlmgr update --self\n"); tlwarn("or by getting the latest updater for Unix-ish systems:\n"); tlwarn(" $TeXLiveURL/update-tlmgr-latest.sh\n"); |