From c2641361e55d205f82a53acf7386702c95aa7078 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Mon, 11 Jan 2016 18:58:13 +0100 Subject: No need to rebuild pot during install_locales --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index d70bb9ff..f489176e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -136,7 +136,7 @@ GOALS = $(PGOAL).pot $(MOFILES) locales: $(GOALS) -install_locales: locales +install_locales: $(MOFILES) # add translation in policy file for p in $(POL_IN_FILES); do \ itstool -j $$p $(ITS_FILES) -o "$${p%.*}" `ls po/*.mo`; \ -- cgit v1.2.1