| Submitter | Stefan Hajnoczi |
|---|---|
| Date | April 13, 2012, 9:39 a.m. |
| Message ID | <1334309956-31827-4-git-send-email-stefanha@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/152272/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/Makefile b/Makefile index a78f53d..e0fe680 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