From 8e3b15321bc251e0aadad652f5b3896333b3b2fa Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 7 Oct 2013 11:26:04 +0100 Subject: i18n: merge requires updated pot file --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index 5207305..8b2e62b 100644 --- a/po/Makefile +++ b/po/Makefile @@ -30,7 +30,7 @@ $(POTFILE): $(PL_FILES) update_n_merge: $(POTFILE) merge -merge: +merge: $(POTFILE) @for n in $(POFILES); do \ echo "Merging $$n"; \ msgmerge -C "$$n" "$$n" $(PGOAL).pot > "$$n"t; \ -- cgit v1.2.1