diff options
author | Karl Berry <karl@freefriends.org> | 2014-07-17 23:45:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-07-17 23:45:27 +0000 |
commit | 74ae3a907a72186eacfc79efc0c7c4e52dc1743b (patch) | |
tree | 8475e8d7e28a4f5b258d248fd30a205b63c73aed /Master/tlpkg/libexec | |
parent | f2d101901cd3549d0f705fed19ba8c50cc8ddb2b (diff) |
luaotfload (17jul14)
git-svn-id: svn://tug.org/texlive/trunk@34644 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index c98cd4d577c..550db4d45c4 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2517,7 +2517,7 @@ $standardxmt='\.xmt'; 'ltxfileinfo' => 'ltxfileinfo$', 'ltximg' => 'ltximg\.pl$', 'lua2dox' => 'lua2dox_filter?$', - 'luaotfload' => 'luaotfload-tool', # doscripts() does mklua*db + 'luaotfload' => 'luaotfload-tool', 'match_parens' => '^match_parens$', 'mathspic' => '^mathspic\.pl$', 'multibibliography' => '\.pl$', @@ -3285,8 +3285,6 @@ sub doscripts { # Scripts with special cases. &SYSTEM ("ln -s $linkname $platdir/r$linkname") if $linkname =~ /pdfcrop|epstopdf/; # rpdfcrop ->pdfcrop, ... - &SYSTEM ("ln -s $linkname $platdir/mkluatexfontdb") - if $linkname =~ /luaotfload-tool/; # mkluatexfontdb ->luaotfload-tool } else { # Windows. If a shell script, skip. Else copy the wrapper. @@ -3304,8 +3302,6 @@ sub doscripts { &SYSTEM ("$CP $w32_wrapper $platdir/$linkname.exe"); &SYSTEM ("$CP $w32_wrapper $platdir/r$linkname.exe") if $linkname =~ /pdfcrop|epstopdf/; # r{pdfcrop,epstopdf}.exe - &SYSTEM ("$CP $w32_wrapper $platdir/mkluatexfontdb.exe") - if $linkname =~ /luaotfload-tool/; # mkluatexfontdb.exe } } } |