1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Ensure the manual has its infrastructure in English.

This commit is contained in:
Bruno Haible
2007-04-04 10:54:36 +00:00
parent d6b97f7f2f
commit cacfc561fb
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
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.

View File

@@ -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":