summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-06 21:29:32 +0000
committerKarl Berry <karl@freefriends.org>2021-11-06 21:29:32 +0000
commit9e9250f0dd5c687a39b8ff4a0d263c2792ac7a04 (patch)
treee87a3957f0d19c49b76641fa7d7a4ae9bdcc9fec /Master/tlpkg/libexec
parent05dfaaef40a4dc5ac8b48618d25a91cb95488b4c (diff)
luakeys.tex in runtime
git-svn-id: svn://tug.org/texlive/trunk@60980 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 86732a780b7..0f01f14cc17 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2088,7 +2088,7 @@ $standardtex
'lua2dox', 'NULL', # .def is lua code
'luabidi', '(arabmaths|footnoterule)|' . $standardtex,
'luaintro', 'NULL', # doc pkg
- 'luakeys', '\.lua|' . $standardtex,
+ 'luakeys', '\.lua|luakeys\.tex|' . $standardtex,
'lualatex-math', '\.sty', # not phst-doc.cls
'luamesh', '\.sty', # not lltxdoc.cls
'luapackageloader', '\.lua|' . $standardtex,
@@ -3734,7 +3734,6 @@ for (@ARGV) {
$inspatt = $specialins{$package} || &specialins($package) || $standardins;
$insrunner = $specialinsrunner{$package} || $standardinsrunner;
- $insrunner_opt = $specialinsrunner_opt{$package} || $standardinsrunner_opt;
$invoke_insrunner = "$insrunner $insrunner_opt";
$Foundry = $specialfoundry{$package} || $standardfoundry;