qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [Qemu-devel] [PATCH] Always set LC_ALL=C for makeinfo


From: Stefan Weil
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] Always set LC_ALL=C for makeinfo
Date: Wed, 11 Apr 2012 21:30:13 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20120317 Iceowl/1.0b1 Icedove/3.0.11

Am 27.03.2012 19:15, schrieb Stefan Weil:
Otherwise the generated file qemu-doc.html will contain "Anhang"
instead of "Appendix" with a German locale (de_DE.UTF-8).

Signed-off-by: Stefan Weil<address@hidden>
---
  Makefile |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index d8e1f36..b48c019 100644
--- a/Makefile
+++ b/Makefile
@@ -327,7 +327,7 @@ TEXIFLAG=$(if $(V),,--quiet)
        $(call quiet-command,texi2dvi $(TEXIFLAG) -I . $<,"  GEN   $@")

  %.html: %.texi
-       $(call quiet-command,$(MAKEINFO) $(MAKEINFOFLAGS) --html $<  -o $@, \
+       $(call quiet-command,LC_ALL=C $(MAKEINFO) $(MAKEINFOFLAGS) --html $<  
-o $@, \
        "  GEN   $@")

  %.info: %.texi

Ping? Please apply this patch to the trivial patches tree.

Thanks,
Stefan




reply via email to

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