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:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user