diff options
| author | Angelo Naselli <anaselli@linux.it> | 2016-01-11 18:58:13 +0100 | 
|---|---|---|
| committer | Angelo Naselli <anaselli@linux.it> | 2016-01-11 19:11:50 +0100 | 
| commit | c2641361e55d205f82a53acf7386702c95aa7078 (patch) | |
| tree | f6118b14bce5ed0baf306495aa52ffb1ad50ed7b | |
| parent | 8d805b7feb85e8fec51540f565597d00c4a42af2 (diff) | |
| download | manatools-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
| -rw-r--r-- | Makefile.PL | 2 | 
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`; \ | 
