diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-04-22 18:23:07 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-04-22 18:23:07 +0000 |
commit | ea0368ee275a102f18b1afdae19e6c6b31fdf328 (patch) | |
tree | d76672f542ffd7e915c293044e34045515f86714 /po/Makefile | |
parent | d9fe2b76fc0a34b99a67c9c62c689bb0fbf78a06 (diff) | |
download | urpmi-ea0368ee275a102f18b1afdae19e6c6b31fdf328.tar urpmi-ea0368ee275a102f18b1afdae19e6c6b31fdf328.tar.gz urpmi-ea0368ee275a102f18b1afdae19e6c6b31fdf328.tar.bz2 urpmi-ea0368ee275a102f18b1afdae19e6c6b31fdf328.tar.xz urpmi-ea0368ee275a102f18b1afdae19e6c6b31fdf328.zip |
make pot file depend on pl files so that update_n_merge really works
Diffstat (limited to 'po/Makefile')
-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 |