From 759efbe5dea774d2a6d6fa29d201c3cd7fe920c5 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Sat, 25 Sep 2004 21:24:26 +0000 Subject: - fix make potfile --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') 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 -- cgit v1.2.1