diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-25 20:20:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-25 20:20:05 +0000 |
commit | a2f57c5caa10e6804603e0a0ff16b3da2411a78c (patch) | |
tree | 5dd60de248c941004895996830fa9f13a0433885 /Master/texmf/scripts | |
parent | 30f814bfd842807ca0a509ce770c192df6d27f89 (diff) |
add tlpkg/doc to 00texlive.core to avoid consistency complaints, doc fixes, small script to update tlcritical
git-svn-id: svn://tug.org/texlive/trunk@11054 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index b8e4c686ef7..30a0d56c821 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -1200,6 +1200,7 @@ sub action_update { close_win32_updater(); if (($nrupdated == 0) && ($tlmediasrc->media ne "NET") && $opt_all) { # for all but net updates we warn if nothing is updated + tlwarn("\nNothing to update.\n"); tlwarn("\nYour installation is set up to look on the disk for updates.\n"); tlwarn("To install from the Internet for this one time only, run\n"); tlwarn(" tlmgr -location $TeXLiveURL\n"); |