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