diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-06-01 08:14:19 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-06-01 08:14:19 +0000 |
commit | 978b98c91aec66737a6e0188f4ac687f02090628 (patch) | |
tree | 787c9cdf3632183222c889eb56d4fc8f65afe350 /Master/texmf/scripts | |
parent | 7b2eadfec60ec5bc7ad35b7d0f42244791b56359 (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/scripts')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 3 |
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"); } } |