diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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 } } } |