guix-commits
[Top][All Lists]
Advanced

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

branch master updated: doc: Set LC_ALL when translating xref commands.


From: guix-commits
Subject: branch master updated: doc: Set LC_ALL when translating xref commands.
Date: Thu, 21 Oct 2021 20:32:22 -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 c5881ff  doc: Set LC_ALL when translating xref commands.
c5881ff is described below

commit c5881ff1f3ea321401b0f040c4e795bcd452ef5d
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Oct 20 04:02:06 2021 +0200

    doc: Set LC_ALL when translating xref commands.
    
    * doc/local.mk (xref_command): Set LC_ALL.
---
 doc/local.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/local.mk b/doc/local.mk
index fff11f8..d0cab30 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -110,18 +110,18 @@ endef
 $(srcdir)/%D%/guix.%.texi: po/doc/guix-manual.%.po 
$(srcdir)/%D%/contributing.%.texi guix/build/po.go
        -$(AM_V_PO4A)$(PO4A_TRANSLATE) $(PO4A_PARAMS) -m "%D%/guix.texi" -p 
"$<" -l "$@.tmp"
        -sed -i "s|guix\.info|$$(basename "$@" | sed 's|texi$$|info|')|" 
"$@.tmp"
-       -$(AM_V_POXREF)$(xref_command)
+       -$(AM_V_POXREF)LC_ALL=en_US.UTF-8 $(xref_command)
        -mv "$@.tmp" "$@"
 
 $(srcdir)/%D%/guix-cookbook.%.texi: po/doc/guix-cookbook.%.po guix/build/po.go
        -$(AM_V_PO4A)$(PO4A_TRANSLATE) $(PO4A_PARAMS) -m 
"%D%/guix-cookbook.texi" -p "$<" -l "$@.tmp"
        -sed -i "s|guix-cookbook\.info|$$(basename "$@" | sed 
's|texi$$|info|')|" "$@.tmp"
-       -$(AM_V_POXREF)$(xref_command)
+       -$(AM_V_POXREF)LC_ALL=en_US.UTF-8 $(xref_command)
        -mv "$@.tmp" "$@"
 
 $(srcdir)/%D%/contributing.%.texi: po/doc/guix-manual.%.po guix/build/po.go
        -$(AM_V_PO4A)$(PO4A_TRANSLATE) $(PO4A_PARAMS) -m 
"%D%/contributing.texi" -p "$<" -l "$@.tmp"
-       -$(AM_V_POXREF)$(xref_command)
+       -$(AM_V_POXREF)LC_ALL=en_US.UTF-8 $(xref_command)
        -mv "$@.tmp" "$@"
 
 %D%/os-config-%.texi: gnu/system/examples/%.tmpl



reply via email to

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