summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index ac45a33..db532c7 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -35,7 +35,9 @@ clean:
$(PGOAL).pot: $(PL_FILES) POTFILES.in
perl_checker -q --generate-pot $@ $(PL_FILES)
-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; \