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 754532046b3..5e9ae580e48 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -792,6 +792,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'ltxkeys', "&MAKEflatten", 'ltxmisc', "die 'skipping, too complicated, sorry'", 'ltxtable', "die 'skipping, use carlisle'", + 'lua-typo', "&MAKEflatten", 'lua-uca', "&MAKEflatten", 'lua-visual-debug', "&MAKEflatten", 'lua2dox', "die 'skipping, author request'", @@ -2934,6 +2935,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'lmake' => 'latex', # requires interaction 'lni' => 'tex --8bit', 'ltxcmds' => 'etex', + 'lua-typo' => 'etex', 'lua-ul' => 'etex', 'luaindex' => 'lualatex --shell-escape', 'luatexja' => 'lualatex', |