summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-10-28 15:37:49 +0000
committerNorbert Preining <preining@logic.at>2008-10-28 15:37:49 +0000
commit1d56ea52732e9481ea361ef71a2b6fe11888460f (patch)
tree14496325a810f6b0e0b5d8de2875205ac3a97759 /Master/install-tl
parent010d8aeeed96a7f33e96ad35875afa7748f70812 (diff)
add two TODO items from Werner to the installer
git-svn-id: svn://tug.org/texlive/trunk@11089 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl
index db8545428c3..afde6698fb3 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -7,6 +7,15 @@
#
# Be careful when changing wording: Every normal informational message
# output here must be recognized by the long grep in tl-update-tlnet.
+#
+# TODO:
+# - if -gui is given make the check on availability *before* loading the
+# tlpdb to give people a chance to Ctrl-C and install missing
+# components first before (uselessly) loading the tlpdb (Werner 28.10.08)
+# - with -gui pop up a transient window showing:
+# loading tlpdb, this can take some time ...
+# (Werner 28.10.08)
+#
my $svnrev = '$Revision$';
$svnrev =~ m/: ([0-9]+) /;