aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 6194b68..04c6c15 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -44,7 +44,7 @@ clean:
make -C ../src/msec help
$(PGOAL).pot: $(PL_FILES)
- ./pygettext.py -k eval_gettext -o $(PGOAL).pot $(PL_FILES)
+ xgettext --package-name=$(PGOAL) --from-code=UTF-8 -L Python -o $(PGOAL).pot $(PL_FILES)
xgettext -L Shell --strict -c -n --omit-header --output - $(SHELL_FILES) >> $(PGOAL).pot
update_n_merge: $(PGOAL).pot merge