summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2023-04-08 00:15:21 +0000
committerNorbert Preining <preining@logic.at>2023-04-08 00:15:21 +0000
commit829e3770847f293b5d29fd16abc7982146db4d70 (patch)
tree005efbb65d6f3b4918af10f534bb9d696f39e964 /Master/texmf-dist/scripts
parent4048d3e4adbdde70bb2da13a70d18706e258b045 (diff)
Adjust paper size configuration for ConTeXt
- ship a file texmf-dist/tex/context/texlive/cont-sys.mkxl that invalidates the cache based on changes to the ls-R files - remove mtxrun/context calls from tlmgr.pl - adjust TLPaper.pm to use context-papersize.tex Code provided by Max Chernoff git-svn-id: svn://tug.org/texlive/trunk@66798 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl11
1 files changed, 0 insertions, 11 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index bf7f498b6da..d0d4456bce1 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -892,17 +892,6 @@ sub handle_execute_actions {
if ($::files_changed) {
$errors += do_cmd_and_check("mktexlsr");
- # see comments in install-tl about lmtx.
- my $lmtx = "$bindir/luametatex";
- if (defined($localtlpdb->get_package('context'))
- && (-x "$lmtx" || -x "$lmtx.exe")
- && TeXLive::TLUtils::system_ok("$lmtx --version")
- ) {
- $errors += do_cmd_and_check("mtxrun --generate");
- $errors += do_cmd_and_check("context --luatex --generate");
- } else {
- debug("skipped ConTeXt cache regeneration\n");
- }
$::files_changed = 0;
}