From c749cb19b618d61b58957a33eee9743cace3987a Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 1 Oct 2013 21:38:43 +0100 Subject: i18n: 'merge' also depends on pot file. --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index 5955ec8..cd0559e 100644 --- a/po/Makefile +++ b/po/Makefile @@ -40,7 +40,7 @@ POTFILES.in: 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