aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index fb01e27..4bab7c1 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -30,7 +30,9 @@ clean:
$(POTFILE): $(PL_FILES)
perl_checker -q --generate-pot $@ $(PL_FILES)
-merge: $(POTFILE)
+update_n_merge: $(PGOAL).pot merge
+
+merge:
@for n in $(POFILES); do \
echo "Merging $$n"; \
msgmerge -C "$$n" "$$n" $(PGOAL).pot > "$$n"t; \