diff options
author | Norbert Preining <preining@logic.at> | 2008-09-27 20:18:42 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-09-27 20:18:42 +0000 |
commit | 4862f93b27569138d004ad623699442c23980ee8 (patch) | |
tree | 907652bb2d95887357502c1cb341e065aa41489a /Master | |
parent | c5d8b15a435d5cd23ed79f8dc5f857aee40157e2 (diff) |
add tlmgr fileassoc TODO
git-svn-id: svn://tug.org/texlive/trunk@10750 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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. |