diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 50ccac91902..a7c7363f11b 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -736,6 +736,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'ltxmisc', "die 'skipping, too complicated, sorry'", 'ltxtable', "die 'skipping, use carlisle'", 'lua-visual-debug', "&MAKEflatten", + 'luabidi', "&MAKEflatten", 'luamesh', "&MAKEflatten", 'luarandom', "&MAKEflatten", 'luatex-def', "die 'skipping, replaced by graphics-def'", @@ -1862,6 +1863,7 @@ $standardtex 'lua-check-hyphen', '\.lua|' . $standardtex, 'lua-visual-debug', '\.lua|' . $standardtex, 'lua2dox', 'NULL', # .def is lua code + 'luabidi', '(arabmaths|footnoterule)|' . $standardtex, 'luaintro', 'NULL', # doc pkg 'lualatex-math', '\.sty', # not phst-doc.cls 'luamesh', '\.sty', # not lltxdoc.cls |