* [Qemu-trivial] [PATCH] Always set LC_ALL=C for makeinfo
@ 2012-03-27 17:15 Stefan Weil
2012-04-11 19:30 ` [Qemu-trivial] [Qemu-devel] " Stefan Weil
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Weil @ 2012-03-27 17:15 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, 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 <sw@weilnetz.de>
---
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
--
1.7.9
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [PATCH] Always set LC_ALL=C for makeinfo
2012-03-27 17:15 [Qemu-trivial] [PATCH] Always set LC_ALL=C for makeinfo Stefan Weil
@ 2012-04-11 19:30 ` Stefan Weil
2012-04-12 8:52 ` Stefan Hajnoczi
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Weil @ 2012-04-11 19:30 UTC (permalink / raw)
To: qemu-trivial; +Cc: qemu-devel
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<sw@weilnetz.de>
> ---
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [PATCH] Always set LC_ALL=C for makeinfo
2012-04-11 19:30 ` [Qemu-trivial] [Qemu-devel] " Stefan Weil
@ 2012-04-12 8:52 ` Stefan Hajnoczi
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2012-04-12 8:52 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-trivial, qemu-devel
On Wed, Apr 11, 2012 at 09:30:13PM +0200, Stefan Weil wrote:
> 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<sw@weilnetz.de>
> >---
> > 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, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-04-12 8:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-27 17:15 [Qemu-trivial] [PATCH] Always set LC_ALL=C for makeinfo Stefan Weil
2012-04-11 19:30 ` [Qemu-trivial] [Qemu-devel] " Stefan Weil
2012-04-12 8:52 ` Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).