From: Stefan Weil Date: Tue, 27 Mar 2012 17:15:27 +0000 (+0200) Subject: make: Always set LC_ALL=C for makeinfo X-Git-Tag: v1.1-rc0~115^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=952ef67cc06a636fe11344e3a11137d146222bc4;p=thirdparty%2Fqemu.git make: Always set LC_ALL=C for makeinfo 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 Signed-off-by: Stefan Hajnoczi --- diff --git a/Makefile b/Makefile index a78f53d4c99..e0fe680c397 100644 --- a/Makefile +++ b/Makefile @@ -328,7 +328,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