diff options
author | Norbert Preining <preining@logic.at> | 2008-01-25 08:22:06 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-01-25 08:22:06 +0000 |
commit | ef8625b224c3c6881329c21ad16ff4fe45537d59 (patch) | |
tree | 1f44710dc121cae2f7f3b4dc41165eb304c309e3 /Master/install-tl.pl | |
parent | 650b11f5acd44843d1a82b6ecaf1ecd076932dbf (diff) |
add TODOs to install-tl.pl
git-svn-id: svn://tug.org/texlive/trunk@6401 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl.pl')
-rwxr-xr-x | Master/install-tl.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl index 8bf54006b5a..6eceb7f4863 100755 --- a/Master/install-tl.pl +++ b/Master/install-tl.pl @@ -7,6 +7,10 @@ # This file is licensed under the GNU General Public License version 2 # or any later version. # +# TODO: +# - support for setting up links to sys dirs +# - support opt_fmt (generation of formats) +# - support opt_paper (paper instead of A4) my $svnrev = '$Revision$'; $svnrev =~ m/: ([0-9]+) /; |