diff options
author | Norbert Preining <preining@logic.at> | 2008-08-08 14:31:40 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-08-08 14:31:40 +0000 |
commit | 43e617163c10168f5aa71a43d4a77491684f5071 (patch) | |
tree | c2026d0b6acfdb808452b9e9fc9461f691659b0b /Master | |
parent | 7d4f2c027e87fe84e8bb76bd344b33e682507bec (diff) |
add a todo to tlmgr.pl
git-svn-id: svn://tug.org/texlive/trunk@10177 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 7832ac8974b..dfa7f96a0fe 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -9,6 +9,10 @@ # - ordering or collections removal (see below for details) # - (?) removal does not remove created format files from TEXMFSYSVAR # - other features: dependency check?, ...? +# - after install/update show the number of bytes transfered +# (email Rolf Niepraschk) +# - merge tlmgrgui into tlmgr to reduce re-loading of tlpdb again and again +# and reuse the install function my $svnrev = '$Revision$'; $svnrev =~ m/: ([0-9]+) /; |