From a9603f5a79fdcc65efb251cbb3bcd85ca5cbb9d2 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 23 Feb 2006 12:28:21 +0000 Subject: better use perl_checker to generate the pot file, xgettext finds invalid strings --- live/draklive-install/po/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'live/draklive-install/po/Makefile') diff --git a/live/draklive-install/po/Makefile b/live/draklive-install/po/Makefile index 31afe5c45..6572010d5 100644 --- a/live/draklive-install/po/Makefile +++ b/live/draklive-install/po/Makefile @@ -19,9 +19,7 @@ merge: $(NAME).pot done $(NAME).pot: - xgettext -F -n --from-code --add-comments='I18N' \ - --keyword=_ --keyword=__ --keyword=N_ --keyword=N \ - -o $@ $(PL_FILES) + perl_checker -q --generate-pot $@ $(PL_FILES) install: all for l in $(LANGS); do \ -- cgit v1.2.1