guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: nls: Fix documentation pot generation.


From: guix-commits
Subject: branch master updated: nls: Fix documentation pot generation.
Date: Tue, 29 Sep 2020 09:34:04 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c69156f  nls: Fix documentation pot generation.
c69156f is described below

commit c69156fc89ac46b7bebfb35e6ad205ed1b2e6df6
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Sep 29 15:32:38 2020 +0200

    nls: Fix documentation pot generation.
    
    * po/doc/local.mk: Fix POT_OPTIONS to properly assign copyright and
    define the proper license.
---
 po/doc/local.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/doc/local.mk b/po/doc/local.mk
index 4f3ad0a..751ea5a 100644
--- a/po/doc/local.mk
+++ b/po/doc/local.mk
@@ -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-//'` ; \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]