diff options
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 101dcb1ed8c..df21a27841f 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -6,6 +6,9 @@ # or any later version. # # TODO: +# - save the remote texlive.tlpdb and its md5-hash, and before downloading +# check only for the md5-hash of the remote tlpdb, and re-download only +# if necessary # - backup extensions (email from Manuel) # tlmgr option backupdir /some/fix/location # with default TLROOT/backups as default @@ -18,12 +21,6 @@ # - always do backups, let the user clean them up manually # Possibly, an operation like 'tlmgr clean' for cleaning old backup could # be great. -# - tlmgr fileassoc ... on win32: -# tlmgr fileassoc dvi winout -# tlmgr fileassoc pdf psv -# tlmgr fileassoc ps psv -# only setting is possible -# Not really necessary? # - ordering or collections removal (see below for details) # - (?) removal does not remove created format files from TEXMFSYSVAR # - after install/update show the number of bytes transfered |