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 <[email protected]>
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 "[email protected]"
        -sed -i "s|guix\.info|$$(basename "$@" | sed 's|texi$$|info|')|" 
"[email protected]"
-       -$(AM_V_POXREF)$(xref_command)
+       -$(AM_V_POXREF)LC_ALL=en_US.UTF-8 $(xref_command)
        -mv "[email protected]" "$@"
 
 $(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 "[email protected]"
        -sed -i "s|guix-cookbook\.info|$$(basename "$@" | sed 
's|texi$$|info|')|" "[email protected]"
-       -$(AM_V_POXREF)$(xref_command)
+       -$(AM_V_POXREF)LC_ALL=en_US.UTF-8 $(xref_command)
        -mv "[email protected]" "$@"
 
 $(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 "[email protected]"
-       -$(AM_V_POXREF)$(xref_command)
+       -$(AM_V_POXREF)LC_ALL=en_US.UTF-8 $(xref_command)
        -mv "[email protected]" "$@"
 
 %D%/os-config-%.texi: gnu/system/examples/%.tmpl

Reply via email to