diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/tlpostcode/xetex.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpostcode/xetex.pl b/Master/tlpkg/tlpostcode/xetex.pl index d4fa523c72a..aa2a54ef980 100644 --- a/Master/tlpkg/tlpostcode/xetex.pl +++ b/Master/tlpkg/tlpostcode/xetex.pl @@ -4,6 +4,13 @@ # This file is licensed under the GNU General Public License version 2 # or any later version. +# TODO TODO TODO +# only on install (also on update???) we should copy all the fontconf files +# from tlpkg/installer/fontconfig (?? final position ??) to TEXMFSYSVAR for +# win32, and unix create a fonts.conf file and tell users to install it +# either as .fonts.conf or drop it into /etc/fonts/conf.d/texlive.conf or so + + my $texdir; my $mode; |