summaryrefslogtreecommitdiffstats
path: root/live/draklive-install/po/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2006-02-23 12:28:21 +0000
committerOlivier Blin <oblin@mandriva.org>2006-02-23 12:28:21 +0000
commita9603f5a79fdcc65efb251cbb3bcd85ca5cbb9d2 (patch)
treed795bb3b9326c67c169f9929376ac0d6feccb49b /live/draklive-install/po/Makefile
parent6d8f506934da4652af4614fbd30f9de889af0fdb (diff)
downloaddrakx-backup-do-not-use-a9603f5a79fdcc65efb251cbb3bcd85ca5cbb9d2.tar
drakx-backup-do-not-use-a9603f5a79fdcc65efb251cbb3bcd85ca5cbb9d2.tar.gz
drakx-backup-do-not-use-a9603f5a79fdcc65efb251cbb3bcd85ca5cbb9d2.tar.bz2
drakx-backup-do-not-use-a9603f5a79fdcc65efb251cbb3bcd85ca5cbb9d2.tar.xz
drakx-backup-do-not-use-a9603f5a79fdcc65efb251cbb3bcd85ca5cbb9d2.zip
better use perl_checker to generate the pot file, xgettext finds invalid strings
Diffstat (limited to 'live/draklive-install/po/Makefile')
-rw-r--r--live/draklive-install/po/Makefile4
1 files changed, 1 insertions, 3 deletions
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 \