diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 717791b9..c370324e 100644 --- a/po/Makefile +++ b/po/Makefile @@ -30,7 +30,7 @@ merge: mv -f "$$n"t "$$n"; \ done -$(PGOAL).pot: +$(PGOAL).pot: $(PL_FILES) perl_checker -q --generate-pot $(PGOAL)_tmp.pot $(PL_FILES) [ ! -e $(PGOAL)_tmp.pot ] || msgcat --use-first $(PGOAL)_tmp.pot > $@ rm -f $(PGOAL)_tmp.pot |