diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-09-25 21:24:26 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-09-25 21:24:26 +0000 |
commit | 759efbe5dea774d2a6d6fa29d201c3cd7fe920c5 (patch) | |
tree | df28568e6f85f4b030549bf7ecff7a17440f228f /po | |
parent | f8b31951e0cd02f3a090831ce5ff1354616d3943 (diff) | |
download | mgaonline-759efbe5dea774d2a6d6fa29d201c3cd7fe920c5.tar mgaonline-759efbe5dea774d2a6d6fa29d201c3cd7fe920c5.tar.gz mgaonline-759efbe5dea774d2a6d6fa29d201c3cd7fe920c5.tar.bz2 mgaonline-759efbe5dea774d2a6d6fa29d201c3cd7fe920c5.tar.xz mgaonline-759efbe5dea774d2a6d6fa29d201c3cd7fe920c5.zip |
- fix make potfile
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 95c68108..d9d9ec13 100644 --- a/po/Makefile +++ b/po/Makefile @@ -27,7 +27,7 @@ clean: %.mo: %.po msgfmt -o $@ $< -%.pot: $(PL_CFILES) $(CFILES) +$(PGOAL).pot: $(PL_CFILES) $(CFILES) perl_checker -q --generate-pot $(PGOAL).pot $(PL_FILES) merge: $(PGOAL).pot |