summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-04-04 10:54:36 +0000
committerBruno Haible <bruno@clisp.org>2007-04-04 10:54:36 +0000
commitcacfc561fbe41c465d0fca68ebd0b00485ccd166 (patch)
tree209bd2978fee15303ef6425c77ad32d6a7b9985a
parentd6b97f7f2f2d68bf03d127b0bdd0b2e5f1a7d2be (diff)
downloadgperf-cacfc561fbe41c465d0fca68ebd0b00485ccd166.tar.gz
Ensure the manual has its infrastructure in English.
-rw-r--r--ChangeLog5
-rw-r--r--doc/Makefile.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7059f2c..39c2e11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-04-04 Bruno Haible <bruno@clisp.org>
+ * doc/Makefile.in (MAKEINFO): Disable also the LC_MESSAGES and LC_ALL
+ environment variables.
+
+2007-04-04 Bruno Haible <bruno@clisp.org>
+
* configure.ac: Renamed from configure.in.
* doc/configure.ac: Renamed from doc/configure.in.
* lib/configure.ac: Renamed from lib/configure.in.
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 9790e15..eb08a0d 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -1,6 +1,6 @@
# Makefile for gperf/doc
-# Copyright (C) 1998, 2000, 2002-2003 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2000, 2002-2003, 2007 Free Software Foundation, Inc.
# Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
# and Bruno Haible <bruno@clisp.org>.
#
@@ -49,7 +49,7 @@ TEX = tex
TEXI2DVI = texi2dvi
DVIPS = dvips -D600
TEXI2PDF = texi2pdf
-MAKEINFO = LANG= LANGUAGE= makeinfo
+MAKEINFO = LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo
TEXI2HTML = texi2html
# Programs used by "make install":