guix-commits
[Top][All Lists]
Advanced

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

branch master updated: doc: Fix build of German Cookbook translation.


From: guix-commits
Subject: branch master updated: doc: Fix build of German Cookbook translation.
Date: Fri, 06 Mar 2020 15:54:23 -0500

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

pelzflorian pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 895e6e8  doc: Fix build of German Cookbook translation.
895e6e8 is described below

commit 895e6e8af657d28527f7cccf68eab7319f50fba5
Author: Florian Pelz <address@hidden>
AuthorDate: Fri Mar 6 21:32:59 2020 +0100

    doc: Fix build of German Cookbook translation.
    
    This is a follow-up to f98e83a17fa30587520e858231ec9c61f3624ecd.
    See <https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00095.html>.
    Reported there by Vagrant Cascadian <address@hidden>.
    
    * po/doc/local.mk (DOC_COOKBOOK_PO_FILES): Use correct file name.
    (doc-po-update-cookbook-%): Use correct PO file name.
---
 po/doc/local.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/doc/local.mk b/po/doc/local.mk
index 27b9e1f..4f3ad0a 100644
--- a/po/doc/local.mk
+++ b/po/doc/local.mk
@@ -24,7 +24,7 @@ DOC_PO_FILES=                                 \
   %D%/guix-manual.zh_CN.po
 
 DOC_COOKBOOK_PO_FILES=                                 \
-  %D%/guix-manual.de.po
+  %D%/guix-cookbook.de.po
 
 EXTRA_DIST = \
   %D%/guix-manual.pot \
@@ -58,7 +58,7 @@ doc-po-update-%:
        fi
 
 doc-po-update-cookbook-%:
-       @lang=`echo "$@" | sed -e's/^doc-po-update-//'` ; \
+       @lang=`echo "$@" | sed -e's/^doc-po-update-cookbook-//'` ; \
        output="$(srcdir)/po/doc/guix-cookbook.$$lang.po" ; \
        input="$(srcdir)/po/doc/guix-cookbook.pot" ; \
        if test -f "$$output"; then \



reply via email to

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