diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-06 21:19:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-06 21:19:54 +0000 |
commit | da539a5083a4e436ce339377122bf143859ab814 (patch) | |
tree | e57c25090a1763a3cf8028b42eeb23ad326ed580 /Master/tlpkg/libexec | |
parent | ba5b524ffb7b31ed52f06d40fa7cd2877124e46a (diff) |
lua-physical (6sep20)
git-svn-id: svn://tug.org/texlive/trunk@56278 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
1 files changed, 7 insertions, 0 deletions
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"); |