diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-15 21:13:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-15 21:13:44 +0000 |
commit | 7021ce5ece9fcd0588db66fb571ab00463a4c45f (patch) | |
tree | 24bcecd902c8f67a326e820f7ddd0ae52756dbf6 /Master/tlpkg | |
parent | bc9cb4d0156c5487ffef5f527a581425e1afaeac (diff) |
lua-uni-algos (15may20)
git-svn-id: svn://tug.org/texlive/trunk@55158 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-luatex.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/lua-uni-algos.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 0c249a721b1..0791ed2707b 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -455,7 +455,8 @@ 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-uca lua-ul lua-visual-debug + lua-alt-getopt lua-check-hyphen lua-uca lua-ul + lua-uni-algos lua-visual-debug luabibentry luabidi luacode luacolor luahyphenrules luaimageembed luaindex luainputenc luaintro lualatex-doc lualatex-doc-de lualatex-math lualatex-truncate lualibs diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index b510b5ba3cd..2c452d01a84 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1939,6 +1939,7 @@ $standardtex 'logic', 'milstd\.tex|' . $standardtex, 'lollipop', '\.ini|lollipop\.tex|lollipop-.*tex|lollipop.tex', 'ltxkeys', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$', # not cfg + 'lua-uni-algos', '\.lua|' . $standardtex, 'lua-check-hyphen', '\.lua|' . $standardtex, 'lua-ul', '\.lua|' . $standardtex, 'lua-visual-debug', '\.lua|' . $standardtex, diff --git a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc index f34f140f167..6d34ac3da46 100644 --- a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc @@ -20,6 +20,7 @@ depend enigma depend interpreter depend kanaparser depend lua-uca +depend lua-uni-algos depend lua-ul depend lua-visual-debug depend luacode diff --git a/Master/tlpkg/tlpsrc/lua-uni-algos.tlpsrc b/Master/tlpkg/tlpsrc/lua-uni-algos.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/lua-uni-algos.tlpsrc |