From ea0368ee275a102f18b1afdae19e6c6b31fdf328 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 22 Apr 2008 18:23:07 +0000 Subject: make pot file depend on pl files so that update_n_merge really works --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') 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 -- cgit v1.2.1