doc: update AM files.
This commit is contained in:
@@ -3,18 +3,21 @@ MAINTAINERCLEANFILES = Makefile.in
|
|||||||
SUBDIRS = en_US.UTF-8
|
SUBDIRS = en_US.UTF-8
|
||||||
|
|
||||||
if GERMAN
|
if GERMAN
|
||||||
SUBDIRS += de_DE.ISO8859-1
|
SUBDIRS += de_DE.UTF-8
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if FRENCH
|
if FRENCH
|
||||||
SUBDIRS += fr_FR.ISO8859-1
|
SUBDIRS += fr_FR.UTF-8
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if SPANISH
|
if SPANISH
|
||||||
SUBDIRS += es_ES.ISO8859-1
|
SUBDIRS += es_ES.UTF-8
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if ITALIAN
|
if ITALIAN
|
||||||
SUBDIRS += it_IT.ISO8859-1
|
SUBDIRS += it_IT.UTF-8
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if JAPANESE
|
||||||
|
SUBDIRS += ja_JP.UTF-8
|
||||||
|
endif
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ 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 = LC_CTYPE=$(LANG) SGML_SEARCH_PATH=".:.."
|
||||||
DTINFOGENOPTIONS = $(SSENTS) $(INFOLIBNAME) -d $(INFOLIBDESC)
|
DTINFOGENOPTIONS = $(SSENTS) $(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
|
||||||
|
|||||||
@@ -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
|
# but the $(basename...) seems to add a space for some reason
|
||||||
|
|
||||||
%.sdl:
|
%.sdl:
|
||||||
LANG=$(LANG) SGML_SEARCH_PATH=".:.." \
|
LC_CTYPE=$(LANG) SGML_SEARCH_PATH=".:.." \
|
||||||
$(KSH) $(DTDOCBOOK) -H $(DTHELP_HTAG2) -L $(LANG) \
|
$(KSH) $(DTDOCBOOK) -H $(DTHELP_HTAG2) -L $(LANG) \
|
||||||
-o $@ `basename $@ .sdl`/book.sgm
|
-o $@ `basename $@ .sdl`/book.sgm
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ include $(top_srcdir)/doc/common/guides/guides_env.am
|
|||||||
BUILT_SOURCES =
|
BUILT_SOURCES =
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
|
|
||||||
# this sets the LANG and HELP_LANG variables
|
# this sets the LANG variables
|
||||||
include $(top_srcdir)/programs/localized/templates/English.am
|
include $(top_srcdir)/programs/localized/templates/English.am
|
||||||
|
|
||||||
# build guide TOCs and deps
|
# build guide TOCs and deps
|
||||||
@@ -43,7 +43,7 @@ CLEANFILES += $(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf
|
|||||||
# ever change, but for now we will list them as they are currently
|
# ever change, but for now we will list them as they are currently
|
||||||
# installed.
|
# installed.
|
||||||
|
|
||||||
cdedtidir = $(CDE_INSTALLATION_TOP)/infolib/$(HELP_LANG)/cde.dti
|
cdedtidir = $(CDE_INSTALLATION_TOP)/infolib/$(LANG)/cde.dti
|
||||||
dist_cdedti_DATA = ../cde.dti/bookcase.map ../cde.dti/cde.oli
|
dist_cdedti_DATA = ../cde.dti/bookcase.map ../cde.dti/cde.oli
|
||||||
|
|
||||||
cdedtidocdir = $(cdedtidir)/CDEDOC
|
cdedtidocdir = $(cdedtidir)/CDEDOC
|
||||||
|
|||||||
Reference in New Issue
Block a user