diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/lua-physical.tlpsrc | 0 |
4 files changed, 9 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 63dec6f60a1..edad1f07648 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -462,7 +462,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-uca lua-ul + lua-alt-getopt lua-check-hyphen lua-physical lua-uca lua-ul lua-uni-algos lua-visual-debug luabibentry luabidi luacode luacolor luahyphenrules luaimageembed luaindex luainputenc luaintro lualatex-doc lualatex-doc-de diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 80d85d5aa15..5daf49c8ec3 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1565,6 +1565,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'lni' => '&POST_rmsymlink', 'lollipop' => '&POST_otherformat', 'lua-check-hyphen' => '&POST_rmsymlink', + 'lua-physical' => '&POSTlua_physical', 'luaotfload' => '&POST_do_man', 'luatexja' => '&POSTluatexja', 'm-tx' => '&POSTmtx', @@ -3196,6 +3197,7 @@ $standardttf = '\.ttf|\.TTC'; 'latexindent' => 'LatexIndent|\.yaml$', 'lilyglyphs' => 'lilyglyphs_common.py', 'lua-alt-getopt' => '\.lua$', + 'lua-physical' => '\.lua$', 'lua-uca' => '\.lua$', 'lua2dox' => '\.(lua|def)$', 'luaindex' => '\.lua$', @@ -6644,6 +6646,11 @@ sub POSTlithuanian { &SYSTEM ("$MV $DEST/doc/latex/lithuanian/l7xenc.dfu $DEST/tex/latex/lithuanian/"); } +sub POSTlua_physical { + print "POST$package - physical/ dir to runtime\n"; + &xsystem ("mv physical/* $DEST/scripts/$package/"); +} + sub POSTluatexja { print "POST$package - runins, move directories\n"; &xchdir ("src"); diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index d73eeddc9a7..c6d50d6b6e1 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -716,6 +716,7 @@ depend ltxkeys depend ltxnew depend ltxtools depend lua-check-hyphen +depend lua-physical depend luatodonotes depend macroswap depend magaz diff --git a/Master/tlpkg/tlpsrc/lua-physical.tlpsrc b/Master/tlpkg/tlpsrc/lua-physical.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/lua-physical.tlpsrc |