summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
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");