From e806d08ebbc0e966eae3fae27c5233a8482d59ae Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 21 Dec 2006 15:53:21 +0000 Subject: reuse again perl_checker to generate the reference catalog (for P()) --- po/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index ab17cc88..91e5f932 100644 --- a/po/Makefile +++ b/po/Makefile @@ -36,9 +36,7 @@ merge: $(PGOAL).pot $(PGOAL).pot: $(PL_FILES) $(CFILES) INTLTOOL_EXTRACT=./intltool-extract ./intltool-update --gettext-package desktopstuff --pot - xgettext -F -n --add-comments \ - --keyword=N_ --keyword=N --from-code=utf-8 \ - --language=Perl -o $(PGOAL)_tmp.pot $(PL_FILES) + perl_checker -q --generate-pot $(PGOAL)_tmp.pot $(PL_FILES) xgettext -F -n --add-comments='-PO' \ --keyword=_ --keyword=__ --keyword=N_ --keyword=N \ --language=C -o $(PGOAL)_tmp_c.pot $(CFILES) -- cgit v1.2.1