diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 69f6746c..e06cb91a 100644 --- a/po/Makefile +++ b/po/Makefile @@ -43,7 +43,9 @@ $(PGOAL).pot: $(PL_FILES) POTFILES.in msgcat --use-first $(PGOAL)_tmp.pot desktopstuff.pot > $@ rm -f desktopstuff.pot $(PGOAL)_tmp.pot -merge: $(PGOAL).pot +update_n_merge: $(PGOAL).pot merge + +merge: @for n in $(POFILES); do \ echo "Merging $$n"; \ msgmerge -C "$$n" "$$n" $(PGOAL).pot > "$$n"t; \ |