diff options
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 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 |