summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 21c618a..8776872 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -34,7 +34,10 @@ 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; \