diff options
author | Norbert Preining <preining@logic.at> | 2008-05-31 22:27:49 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-31 22:27:49 +0000 |
commit | 4e4ad43f52948b1ff98893abb43d2b0cc9703842 (patch) | |
tree | 0a19baa5d23bdefc09cd726fe1f055b8745a92f0 | |
parent | c8c9b44b54ad7960918e65cdfe574e1a10403754 (diff) |
add some TODO to tlmgr.pl so that I don't forget it
git-svn-id: svn://tug.org/texlive/trunk@8437 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 22984e66541..d70906f3083 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -6,6 +6,10 @@ # or any later version. # # TODO: +# - before trying to start the GUI try to load Tk.pm, and if that does +# not work remain in text modus and echo some warning. +# Or move the whole stuff to tlmgrgui.pl and let it only spit out a +# warning! # - ordering or collections removal (see below for details) # - (?) removal does not remove created format files from TEXMFSYSVAR # - other features: dependency check?, ...? |