summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-07-17 23:45:27 +0000
committerKarl Berry <karl@freefriends.org>2014-07-17 23:45:27 +0000
commit74ae3a907a72186eacfc79efc0c7c4e52dc1743b (patch)
tree8475e8d7e28a4f5b258d248fd30a205b63c73aed /Master/tlpkg
parentf2d101901cd3549d0f705fed19ba8c50cc8ddb2b (diff)
luaotfload (17jul14)
git-svn-id: svn://tug.org/texlive/trunk@34644 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds6
-rw-r--r--Master/tlpkg/tlpsrc/luaotfload.tlpsrc1
2 files changed, 1 insertions, 6 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
}
}
}
diff --git a/Master/tlpkg/tlpsrc/luaotfload.tlpsrc b/Master/tlpkg/tlpsrc/luaotfload.tlpsrc
index 77a102cedd8..e7e7542ec59 100644
--- a/Master/tlpkg/tlpsrc/luaotfload.tlpsrc
+++ b/Master/tlpkg/tlpsrc/luaotfload.tlpsrc
@@ -1,4 +1,3 @@
-binpattern f bin/${ARCH}/mkluatexfontdb
binpattern f bin/${ARCH}/luaotfload-tool
docpattern +f texmf-dist/doc/man/man1/luaotfload-tool.*
docpattern +f texmf-dist/doc/man/man5/luaotfload.conf.*