diff options
author | Karl Berry <karl@freefriends.org> | 2020-08-14 20:28:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-08-14 20:28:12 +0000 |
commit | 1c1b1c09b9631a7f0be0aedd24c6f37f7658e9ee (patch) | |
tree | d0f9d4d5425086b8f5b2c66460fb43af0775f006 /Master/tlpkg | |
parent | 5362413c4d74031afac3641a2d24f6861d526603 (diff) |
luaprogtable (14aug20)
git-svn-id: svn://tug.org/texlive/trunk@56113 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-luatex.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/luaprogtable.tlpsrc | 0 |
4 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 3a250ceb513..bffb2336174 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -466,7 +466,7 @@ my @TLP_working = qw( luabibentry luabidi luacode luacolor luahyphenrules luaimageembed luaindex luainputenc luaintro lualatex-doc lualatex-doc-de lualatex-math lualatex-truncate lualibs - luamesh luamplib luaotfload luapackageloader luarandom + luamesh luamplib luaotfload luapackageloader luaprogtable luarandom luasseq luatex85 luatexbase luatexja luatexko luatextra luatodonotes luavlna luaxml lwarp lxfonts ly1 lyluatex diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 3a67d16a729..43aa071e188 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1979,6 +1979,7 @@ $standardtex 'lualatex-math', '\.sty', # not phst-doc.cls 'luamesh', '\.sty', # not lltxdoc.cls 'luapackageloader', '\.lua|' . $standardtex, + 'luaprogtable','\.lua|' . $standardtex, 'luatexko', '\.lua|' . $standardtex, 'luatodonotes','\.lua|' . $standardtex, 'luavlna', 'luavlna.*\.lua|luavlna\.tex|' . $standardtex, diff --git a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc index 7f11c396ee9..7b91b79eecb 100644 --- a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc @@ -39,6 +39,7 @@ depend lualibs depend luamplib depend luaotfload depend luapackageloader +depend luaprogtable depend luarandom depend luatex85 depend luatexbase diff --git a/Master/tlpkg/tlpsrc/luaprogtable.tlpsrc b/Master/tlpkg/tlpsrc/luaprogtable.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/luaprogtable.tlpsrc |