diff options
Diffstat (limited to 'grpmi')
-rw-r--r-- | grpmi/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grpmi/po/Makefile b/grpmi/po/Makefile index c13d0193..f4245281 100644 --- a/grpmi/po/Makefile +++ b/grpmi/po/Makefile @@ -32,7 +32,7 @@ merge: $(PGOAL).pot $(PGOAL).pot: $(PL_CFILES) $(CFILES) xgettext -F -n --add-comments='-PO' \ - --keyword=_ --keyword=__ --keyword=N_ \ + --keyword=_ --keyword=__ --keyword=N_ --keyword=N \ --language=C -o $@ $(PL_CFILES) $(CFILES) @rm -rf $(PL_CFILES) |