Skip to content
Snippets Groups Projects
Unverified Commit c69156fc authored by Julien Lepiller's avatar Julien Lepiller
Browse files

nls: Fix documentation pot generation.

* po/doc/local.mk: Fix POT_OPTIONS to properly assign copyright and
define the proper license.
parent e75443d4
No related branches found
No related tags found
No related merge requests found
......@@ -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-//'` ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment