diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-04 22:09:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-04 22:09:16 +0000 |
commit | 7df76069beaebbde72a91ad3fd9102eee6857877 (patch) | |
tree | 86d6965281030f20bbe7c22ae4967edb9a281d0a /Master/tlpkg | |
parent | b1279daa67e27985c60f1b13293e22c5c596386c (diff) |
lua-typo (4mar21)
git-svn-id: svn://tug.org/texlive/trunk@58124 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 | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-luatex.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/lua-typo.tlpsrc | 0 |
4 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 155fa8723e0..2ca7d79fd45 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -472,7 +472,7 @@ my @TLP_working = qw( lstaddons lstbayes lstfiracode lt3graph ltablex ltabptch ltb2bib ltxcmds ltxdockit ltxfileinfo ltxguidex ltximg ltxkeys ltxmisc ltxnew ltxtools - lua-alt-getopt lua-check-hyphen lua-physical lua-uca lua-ul + lua-alt-getopt lua-check-hyphen lua-physical lua-typo lua-uca lua-ul lua-uni-algos lua-visual-debug luabibentry luabidi luacode luacolor luahyphenrules luaimageembed luaindex luainputenc luaintro luakeys 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', diff --git a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc index eddfda20acf..b6d19b61325 100644 --- a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc @@ -23,6 +23,7 @@ depend enigma depend innerscript depend interpreter depend kanaparser +depend lua-typo depend lua-uca depend lua-uni-algos depend lua-ul diff --git a/Master/tlpkg/tlpsrc/lua-typo.tlpsrc b/Master/tlpkg/tlpsrc/lua-typo.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/lua-typo.tlpsrc |