diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 5e29cc78..bf265175 100644 --- a/po/Makefile +++ b/po/Makefile @@ -38,7 +38,7 @@ merge: $(PGOAL).pot $(PGOAL).pot: $(PL_CFILES) $(CFILES) INTLTOOL_EXTRACT=./intltool-extract ./intltool-update --gettext-package rpmdrake --pot xgettext -j -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) |