summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-31 12:19:57 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-31 12:19:57 +0000
commit01003a9aa57ed9418cb71dcbb1d905fbff25650b (patch)
treec33ea9318f5d424da73fc5367df46d98538606ab /Master/texmf
parentcda86887c434703c35b07bddcc7f68bccb8fc5b3 (diff)
Use fmtutil-sys for language.dat.lua too, since it works now.
git-svn-id: svn://tug.org/texlive/trunk@18644 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 0e39eb74c6a..b068fa883f7 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -3230,6 +3230,12 @@ sub action_generate {
"$TEXMFLOCAL/tex/generic/config/language-local.dat.lua";
debug("$0: writing language.dat.lua data to $dest\n");
TeXLive::TLUtils::create_language_lua($localtlpdb, $dest, $localcfg);
+ if ($opts{"rebuild-sys"}) {
+ do_cmd_and_check("fmtutil-sys --byhyphen $dest");
+ } else {
+ info("To make the newly-generated language.dat take effect,"
+ . " run fmtutil-sys --byhyphen $dest.\n");
+ }
}
if ($what =~ m/^language(\.dat)?$/i) {
my $dest = $opts{"dest"} ||