diff options
-rw-r--r-- | live/draklive-install/po/Makefile | 4 |
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 \ |