aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2016-01-11 18:58:13 +0100
committerAngelo Naselli <anaselli@linux.it>2016-01-11 19:11:50 +0100
commitc2641361e55d205f82a53acf7386702c95aa7078 (patch)
treef6118b14bce5ed0baf306495aa52ffb1ad50ed7b /Makefile.PL
parent8d805b7feb85e8fec51540f565597d00c4a42af2 (diff)
downloadmanatools-c2641361e55d205f82a53acf7386702c95aa7078.tar
manatools-c2641361e55d205f82a53acf7386702c95aa7078.tar.gz
manatools-c2641361e55d205f82a53acf7386702c95aa7078.tar.bz2
manatools-c2641361e55d205f82a53acf7386702c95aa7078.tar.xz
manatools-c2641361e55d205f82a53acf7386702c95aa7078.zip
No need to rebuild pot during install_locales
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
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`; \