From ccbb9aa634cec72a1c5f7bd8d8fa745bb7077e0f Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 2 Oct 2013 10:28:40 +0100 Subject: i18n: 'merge' also depends on pot file. --- perl-install/install/share/po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install/share/po/Makefile b/perl-install/install/share/po/Makefile index 4885b1840..c20d6e764 100644 --- a/perl-install/install/share/po/Makefile +++ b/perl-install/install/share/po/Makefile @@ -16,7 +16,7 @@ default: $(MOFILES) update_n_merge: $(NAME).pot merge -merge: +merge: $(NAME).pot for n in $(POFILES); do \ echo "Merging $$n"; \ msgmerge $$n $(NAME).pot > "$$n"t ; \ -- cgit v1.2.1