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:
@@ -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>
|
2007-04-04 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* configure.ac: Renamed from configure.in.
|
* configure.ac: Renamed from configure.in.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Makefile for gperf/doc
|
# 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>
|
# Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
|
||||||
# and Bruno Haible <bruno@clisp.org>.
|
# and Bruno Haible <bruno@clisp.org>.
|
||||||
#
|
#
|
||||||
@@ -49,7 +49,7 @@ TEX = tex
|
|||||||
TEXI2DVI = texi2dvi
|
TEXI2DVI = texi2dvi
|
||||||
DVIPS = dvips -D600
|
DVIPS = dvips -D600
|
||||||
TEXI2PDF = texi2pdf
|
TEXI2PDF = texi2pdf
|
||||||
MAKEINFO = LANG= LANGUAGE= makeinfo
|
MAKEINFO = LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo
|
||||||
TEXI2HTML = texi2html
|
TEXI2HTML = texi2html
|
||||||
|
|
||||||
# Programs used by "make install":
|
# Programs used by "make install":
|
||||||
|
|||||||
Reference in New Issue
Block a user