summaryrefslogtreecommitdiffstats
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 1019003..05a9060 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -28,7 +28,9 @@ clean:
$(POTFILE): $(PL_FILES)
perl_checker -q --generate-pot $@ $(PL_FILES)
-merge: $(POTFILE)
+update_n_merge: $(POTFILE).pot merge
+
+merge:
@for n in $(POFILES); do \
echo "Merging $$n"; \
msgmerge -C "$$n" "$$n" $(PGOAL).pot > "$$n"t; \