summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/po/Makefile b/po/Makefile
index bf766c58..91a7f125 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -26,9 +26,8 @@ clean:
%.pot: $(POTFILES)
./create_placeholder $(POTFILES)
- xgettext --default-domain=`basename $@ .pot` \
- --add-comments --keyword=__ --keyword=_ --keyword=N_ \
- --keyword=I_ --keyword=i18n \
+ xgettext --default-domain=`basename $@ .pot` --add-comments \
+ --keyword=__ --keyword=_ --keyword=N_ --keyword=gettext \
placeholder.h && \
mv `basename $@ .pot`.po $@