diff options
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl index 28bcaa2595c..615fd899a0a 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -6,6 +6,13 @@ # This file is licensed under the GNU General Public License version 2 # or any later version. # +# TODO: +# - dvipdfmx.cfg is copied to TEXMFSYSVAR, but we should adjust the +# invocation stuff +# - fonts.conf adaption when bin-xetex is installed (should also be done +# in tl-package-manager.pl, or better in TLMedia.pm, so that after we +# have converted install-tl to use TLMedia we can collect post install +# stuff in one place only) my $svnrev = '$Revision$'; $svnrev =~ m/: ([0-9]+) /; |