doc/common/guides/guides_env.am: use HELP_LANG

This commit is contained in:
Jon Trulson
2021-12-10 09:47:31 -07:00
parent b29bd77a2f
commit 30e65c6b14

View File

@@ -9,11 +9,11 @@ INFOLIBNAME = -n cde
# orig: INFOLIBDESC = -d InfoLibDesc # orig: INFOLIBDESC = -d InfoLibDesc
SSENTS = -m common/catalog SSENTS = -m common/catalog
DGENV = LANG=$(LANG) SGML_SEARCH_PATH=".:.." DGENV = LANG=$(HELP_LANG) SGML_SEARCH_PATH=".:.."
DTINFOGENOPTIONS = $(INFOLIBNAME) -d $(INFOLIBDESC) DTINFOGENOPTIONS = $(INFOLIBNAME) -d $(INFOLIBDESC)
# Note the quad-dollar sign - this escapes $$ (pid) for the tmp # Note the quad-dollar sign - this escapes $$ (pid) for the tmp
# dir. This is required for milti-core builds to work. # dir. This is required for multi-core builds to work.
DTINFOGENTMPDIR = /tmp/dtinfogen-guides.$$$$ DTINFOGENTMPDIR = /tmp/dtinfogen-guides.$$$$
DTHELPSRC = $(top_srcdir)/lib/DtHelp DTHELPSRC = $(top_srcdir)/lib/DtHelp