]> git.llucax.com Git - software/sadba.git/blobdiff - po/Makefile
Update translation files
[software/sadba.git] / po / Makefile
index e2423bfcf4e29699533ef14ff9ba0b1e2c54f076..69fcb04cd796aeb54af07434bf603c0f48f0f283 100644 (file)
@@ -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)"; \