summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-06-01 08:14:19 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-06-01 08:14:19 +0000
commit978b98c91aec66737a6e0188f4ac687f02090628 (patch)
tree787c9cdf3632183222c889eb56d4fc8f65afe350 /Master/texmf
parent7b2eadfec60ec5bc7ad35b7d0f42244791b56359 (diff)
Regenerate formats for language.dat.lua too.
git-svn-id: svn://tug.org/texlive/trunk@18670 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 2243c925415..00044919ede 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -677,8 +677,7 @@ sub handle_execute_actions
$lang = "$TEXMFSYSVAR/tex/generic/config/$lang";
}
if ($localtlpdb->option("create_formats")
- && !$::regenerate_all_formats
- && $ext ne "dat.lua") {
+ && !$::regenerate_all_formats) {
$errors += do_cmd_and_check("fmtutil-sys --byhyphen $lang");
}
}