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

Allow building the doc in an internationalized environment.

This commit is contained in:
Bruno Haible
2000-08-19 07:34:01 +00:00
parent cc9e2b35c9
commit 3b9a373a3d
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
2000-08-19 Bruno Haible <bruno@linuix.math.u-bordeaux.fr>
* doc/Makefile.in (MAKEINFO): Unset LANG while running makeinfo.
Sat May 2 13:20:54 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
* gperf-2.7 released.
Sat May 2 12:31:51 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
* src/version.cc (version_string): Remove the "(C++ version)" suffix.

View File

@@ -1,6 +1,6 @@
# Makefile for gperf/doc
# Copyright (C) 1998 Free Software Foundation, Inc.
# Copyright (C) 1998, 2000 Free Software Foundation, Inc.
#
# This file is part of GNU GPERF.
#
@@ -41,7 +41,7 @@ RM = rm -f
TEX = tex
TEXI2DVI = texi2dvi
DVIPS = dvips -Pljfour
MAKEINFO = LANGUAGE= makeinfo
MAKEINFO = LANG= LANGUAGE= makeinfo
TEXI2HTML = texi2html
# Programs used by "make install":