nls: Fix documentation pot generation.

* po/doc/local.mk: Fix POT_OPTIONS to properly assign copyright and
define the proper license.
This commit is contained in:
Julien Lepiller 2020-09-29 15:32:38 +02:00
parent e75443d4f2
commit c69156fc89
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 3 additions and 3 deletions

View 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-//'` ; \