From f9ced290a6e6485513be1e489c855615d5802614 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 1 Oct 2013 21:43:05 +0100 Subject: i18n: 'merge' also depends on pot file. --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index 47bbfaf..42db230 100644 --- a/po/Makefile +++ b/po/Makefile @@ -42,7 +42,7 @@ POTFILES.in: update_n_merge: $(PGOAL).pot merge -merge: +merge: $(PGOAL).pot @for n in $(POFILES); do \ echo "Merging $$n"; \ msgmerge -C "$$n" "$$n" $(PGOAL).pot > "$$n"t; \ -- cgit v1.2.1