diff options
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 39076cdec13..7ff9bb51b90 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -8,6 +8,11 @@ # TODO: # - tlmgr logging of package transactions (install, remove, update) into # tlmgr.log +# - tlmgr fileassoc ... on win32: +# tlmgr fileassoc dvi winout +# tlmgr fileassoc pdf psv +# tlmgr fileassoc ps psv +# only setting is possible # - tlmgr update collection-foobar should check for updates of all # dependencies, too, so that tlmgr update collection-foobar will get updates # to sub-packages anyway. |