X-Git-Url: https://git.llucax.com/software/sadba.git/blobdiff_plain/b095c6c5d46d838e36cc89e987c9f6350bd4baf0..97d4a8fb76c8faec62f45d777761cd3c333b8152:/po/Makefile diff --git a/po/Makefile b/po/Makefile index e2423bf..69fcb04 100644 --- a/po/Makefile +++ b/po/Makefile @@ -46,7 +46,7 @@ all: compile compile: $(CATALOGS) $(GETTEXT_PACKAGE).pot: $(POTFILES) - $(XGETTEXT) --package-name=$(PACKAGE) -o $(GETTEXT_PACKAGE).pot $(POTFILES) + $(XGETTEXT) -k_ -kN_ --package-name=$(PACKAGE) -o $(GETTEXT_PACKAGE).pot $(POTFILES) install: all @linguas="$(USE_LINGUAS)"; \