diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 1e0697cbe49..8166e8ea6e1 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -678,6 +678,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'ltxmisc', "die 'skipping, too complicated, sorry'", 'ltxtable', "die 'skipping, use carlisle'", 'lua-visual-debug', "&MAKEflatten", + 'luamesh', "&MAKEflatten", 'luatex-def', "die 'skipping, replaced by graphics-def'", 'lucida', "die 'skipping, nonfree font'", 'lucidabr', "die 'skipping, nonfree font'", @@ -1676,6 +1677,7 @@ $standardtex = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty)' 'lua2dox', 'NULL', # .def is lua code 'luaintro', 'NULL', # doc pkg 'lualatex-math', '\.sty', # not phst-doc.cls + 'luamesh', '\.sty', # not lltxdoc.cls 'luatexko', '\.lua|' . $standardtex, 'luatodonotes','\.lua|' . $standardtex, 'luaxml', '\.lua|' . $standardtex, @@ -2529,6 +2531,7 @@ $standardmp = '\.mp$'; 'hatching', '[^e].mp', # no htchuse.mp 'latexmp', 'latexmp.mp', 'latex-graphics-companion', 'NULL', # doc package + 'luamesh', 'NULL', # not doc file fond.mp 'mcf2graph', 'mcf2graph.mf', # not the examples 'metapost-examples', 'NULL', # doc package 'mpattern', 'mpattern.mp', # don't install test.mp @@ -2747,6 +2750,7 @@ $standardttf = '\.ttf|\.TTC'; 'lua2dox' => '\.(lua|def)$', 'luaindex' => '\.lua$', 'lualatex-math' => '\.lua$', + 'luamesh' => '\.lua$', 'luasseq' => '\.lua$', 'make4ht' => 'filters|\.lua$', 'mycv' => 'mycv_split_contents\.pl', |