Run makeinfo in an English locale.
authorBruno Haible <bruno@clisp.org>
Tue, 26 Aug 2008 06:42:59 +0000 (08:42 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 26 Aug 2008 06:42:59 +0000 (08:42 +0200)
ChangeLog
doc/Makefile

index 5c45b74..365531e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-08-26  Bruno Haible  <bruno@clisp.org>
 
+       Run makeinfo in an English locale.
+       * doc/Makefile (MAKEINFO): New variable.
+
+2008-08-26  Bruno Haible  <bruno@clisp.org>
+
        * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
        Suggested by Eric Blake.
 
index 750ff4d..7270a5b 100644 (file)
@@ -7,6 +7,7 @@
 
 doc = gnulib
 
+MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo
 TEXI2HTML = $(MAKEINFO) --no-split --reference-limit=2000 --html
 %.html: %.texi
        $(TEXI2HTML) -o $@ $<