From e1025cca4187293306b9caaced5f3edfd30e2c68 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 1 Oct 2013 21:49:54 +0100 Subject: i18n: 'merge' also depends on pot file. --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index 99132629..8f995fc8 100644 --- a/po/Makefile +++ b/po/Makefile @@ -20,7 +20,7 @@ all: $(MOFILES) update_n_merge: $(PGOAL).pot merge -merge: +merge: $(PGOAL).pot @for n in $(POFILES); do \ echo "Merging $$n"; \ msgmerge "$$n" $(PGOAL).pot > "$$n"t; \ -- cgit v1.2.1