Made scons recipe always update localized .po files...
...whose locale is among command-line targets.
This commit is contained in:
parent
d9ac667d59
commit
d9a168c419
1 changed files with 2 additions and 0 deletions
|
@ -985,6 +985,8 @@ if "update-po" in COMMAND_LINE_TARGETS or "pot-update" in COMMAND_LINE_TARGETS:
|
|||
|
||||
env.Alias(lingua, update_po)
|
||||
env.Alias("pot-update", update_po)
|
||||
if lingua in COMMAND_LINE_TARGETS:
|
||||
env.AlwaysBuild(update_po)
|
||||
|
||||
env.Alias("update-po", [])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue