summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2010-05-26 12:55:20 +0000
committerNorbert Preining <preining@logic.at>2010-05-26 12:55:20 +0000
commitc450cbd3b9e22aafa126b9cbbef7eeab4bf766a9 (patch)
tree19101e1f4dbc1d0db2ebeda405a156dfd190d7ca
parenta1be93d4dde1410160cb0a5183882f6b48a7f968 (diff)
call luatools --generate in post install
git-svn-id: svn://tug.org/texlive/trunk@18510 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/install-tl12
1 files changed, 11 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 5e639666a8e..b02493e6968 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -807,6 +807,16 @@ operations might be disturbed.\n\n";
system("tlmgr", "paper", "letter");
}
+ #
+ # luatex/context
+ # we only call luatools --generate once at installation time, the
+ # rest must be managed by the user, Taco email 2010-05-26
+ if (defined($install{"context"} && $install{"context"} == 1) {
+ info("Generating the initial ConTeXt MkIV cache, be patient ...");
+ log(`luatools --generate`);
+ info("done\n");
+ }
+
# all formats option
if ($vars{'option_fmt'}) {
info("pre-generating all format files (fmtutil-sys --all), be patient...");
@@ -819,7 +829,7 @@ operations might be disturbed.\n\n";
# set symlinks
do_path_adjustments() if $vars{'option_path'};
- # no do the system integration:
+ # now do the system integration:
# on unix this means setting up symlinks
# on w32 this means adding to path, settting registry values
# on both, we run the postaction directives of the tlp