diff options
author | Karl Berry <karl@freefriends.org> | 2017-07-21 23:06:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-07-21 23:06:28 +0000 |
commit | 3e321b4b1b3ac20d7e239a079279f3d7c666b118 (patch) | |
tree | c71ac38bc9c1b7c1cff29c5a090446e0492765f5 /Master/tlpkg/libexec | |
parent | 51d74983b14a9c2832b6bfbdcac4e99243aabbb6 (diff) |
luapackageloader.lua in runtime
git-svn-id: svn://tug.org/texlive/trunk@44865 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index da1ccac4ecc..a4c10e7fc11 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1692,6 +1692,7 @@ $standardtex = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty)' 'luaintro', 'NULL', # doc pkg 'lualatex-math', '\.sty', # not phst-doc.cls 'luamesh', '\.sty', # not lltxdoc.cls + 'luapackageloader', '\.lua|' . $standardtex, 'luatexko', '\.lua|' . $standardtex, 'luatodonotes','\.lua|' . $standardtex, 'luaxml', '\.lua|' . $standardtex, |