summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-06-03 12:04:14 +0000
committerNorbert Preining <preining@logic.at>2008-06-03 12:04:14 +0000
commit8d47ed2b66d8bac9fadfff8477cf7165a8b4373a (patch)
treec1dc5ee6660047951f4008bd42ef8cfbb30d96cf
parentc8bef80b5b52f1ab4733c7e5ea2095ca1692fb84 (diff)
tlmgrgui: if loading tk does not work give a hint about texlive/distro.html
git-svn-id: svn://tug.org/texlive/trunk@8517 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl
index 50151226ac7..e03f07643b3 100755
--- a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl
+++ b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl
@@ -37,7 +37,8 @@ How did you start tlmgrgui??\n(Error message: $@)\n";
printf STDERR "
Cannot load Tk, thus the GUI cannot be started!
The Perl/Tk module is not shipped with the TeX Live installation.
-You have to install it to get tlmgr GUI running.
+You have to install it to get tlmgr GUI running. See
+http://tug.org/texlive/distro.html for more details.
(Error message: $@)
";
}