nls: Fix documentation pot generation.
authorJulien Lepiller <julien@lepiller.eu>
Tue, 29 Sep 2020 13:32:38 +0000 (15:32 +0200)
committerJulien Lepiller <julien@lepiller.eu>
Tue, 29 Sep 2020 13:33:20 +0000 (15:33 +0200)
* po/doc/local.mk: Fix POT_OPTIONS to properly assign copyright and
define the proper license.

po/doc/local.mk

index 4f3ad0a..751ea5a 100644 (file)
@@ -32,9 +32,9 @@ EXTRA_DIST = \
   $(DOC_PO_FILES) \
   $(DOC_COOKBOOK_PO_FILES)
 
-POT_OPTIONS = --package-name "guix" --package-version "$(VERSION)" \
-                 --copyright-holder "Ludovic Courtès" \
-                         --msgid-bugs-address "ludo@gnu.org"
+POT_OPTIONS = --package-name "guix manual" --package-version "$(VERSION)" \
+                 --copyright-holder "the authors of Guix (msgids)" \
+                         --msgid-bugs-address "bug-guix@gnu.org"
 
 doc-po-update-%:
        @lang=`echo "$@" | sed -e's/^doc-po-update-//'` ; \