doc: set locale explicitly for building doc.
This commit is contained in:
@@ -9,8 +9,8 @@ INFOLIBNAME = -n cde
|
||||
# orig: INFOLIBDESC = -d InfoLibDesc
|
||||
|
||||
SSENTS = -m common/catalog
|
||||
DGENV = LC_CTYPE=$(LANG) SGML_SEARCH_PATH=".:.."
|
||||
DTINFOGENOPTIONS = $(SSENTS) $(INFOLIBNAME) -d $(INFOLIBDESC)
|
||||
DGENV = SGML_SEARCH_PATH=".:.."
|
||||
DTINFOGENOPTIONS = -L $(LANG) $(SSENTS) $(INFOLIBNAME) -d $(INFOLIBDESC)
|
||||
|
||||
# Note the quad-dollar sign - this escapes $$ (pid) for the tmp
|
||||
# dir. This is required for multi-core builds to work.
|
||||
|
||||
@@ -19,7 +19,7 @@ DTHELP_HTAG2 = $(top_builddir)/programs/dthelp/parser/pass2/parser/dthelp_htag2
|
||||
# but the $(basename...) seems to add a space for some reason
|
||||
|
||||
%.sdl:
|
||||
LC_CTYPE=$(LANG) SGML_SEARCH_PATH=".:.." \
|
||||
SGML_SEARCH_PATH=".:.." \
|
||||
$(KSH) $(DTDOCBOOK) -H $(DTHELP_HTAG2) -L $(LANG) \
|
||||
-o $@ `basename $@ .sdl`/book.sgm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user