From 30bae570438c656154e502a0b5cbabc8fb78e3fc Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Tue, 9 Nov 2021 20:50:47 -0700 Subject: [PATCH] doc: get the German, Spanish, French, and Italian SDL help files building --- cde/configure.ac | 11 ++++++++++ cde/doc/C/help/Makefile.am | 4 ++++ cde/doc/Makefile.am | 3 +-- cde/doc/common/help/sdl-docs.am | 2 +- cde/doc/de_DE.ISO8859-1/Makefile.am | 5 ++--- cde/doc/de_DE.ISO8859-1/help/Makefile.am | 28 ++++++++---------------- cde/doc/es_ES.ISO8859-1/Makefile.am | 5 ++--- cde/doc/es_ES.ISO8859-1/help/Makefile.am | 28 ++++++++---------------- cde/doc/fr_FR.ISO8859-1/Makefile.am | 5 ++--- cde/doc/fr_FR.ISO8859-1/help/Makefile.am | 28 ++++++++---------------- cde/doc/it_IT.ISO8859-1/Makefile.am | 5 ++--- cde/doc/it_IT.ISO8859-1/help/Makefile.am | 28 ++++++++---------------- 12 files changed, 61 insertions(+), 91 deletions(-) diff --git a/cde/configure.ac b/cde/configure.ac index fbbbc4770..c3a5ab5c0 100644 --- a/cde/configure.ac +++ b/cde/configure.ac @@ -780,6 +780,17 @@ doc/util/dbtoman/instant/Makefile doc/C/Makefile doc/C/help/Makefile +doc/de_DE.ISO8859-1/Makefile +doc/de_DE.ISO8859-1/help/Makefile + +doc/es_ES.ISO8859-1/Makefile +doc/es_ES.ISO8859-1/help/Makefile + +doc/fr_FR.ISO8859-1/Makefile +doc/fr_FR.ISO8859-1/help/Makefile + +doc/it_IT.ISO8859-1/Makefile +doc/it_IT.ISO8859-1/help/Makefile include/Makefile diff --git a/cde/doc/C/help/Makefile.am b/cde/doc/C/help/Makefile.am index 2138732ba..72a533149 100644 --- a/cde/doc/C/help/Makefile.am +++ b/cde/doc/C/help/Makefile.am @@ -3,6 +3,10 @@ MAINTAINERCLEANFILES = Makefile.in # FIXME dtdocbook needs to be fixed to allow parallel building here .NOTPARALLEL: +# This is only available for the C locale, it will be blank for other +# languages +APPBUILDER = AppBuilder.sdl + # this sets the LANG and HELP_LANG variables include $(top_srcdir)/programs/localized/templates/C.am # this does all the work diff --git a/cde/doc/Makefile.am b/cde/doc/Makefile.am index d674eb1e7..5b565ad61 100644 --- a/cde/doc/Makefile.am +++ b/cde/doc/Makefile.am @@ -1,7 +1,6 @@ MAINTAINERCLEANFILES = Makefile.in -#SUBDIRS = util C -SUBDIRS = util +SUBDIRS = util C if GERMAN SUBDIRS += de_DE.ISO8859-1 diff --git a/cde/doc/common/help/sdl-docs.am b/cde/doc/common/help/sdl-docs.am index 6e6d3b161..82b5d9765 100644 --- a/cde/doc/common/help/sdl-docs.am +++ b/cde/doc/common/help/sdl-docs.am @@ -1,6 +1,6 @@ # build some SDL docs for the help system -BUILT_SOURCES = Appmanager.sdl AppBuilder.sdl Calculator.sdl \ +BUILT_SOURCES = Appmanager.sdl $(APPBUILDER) Calculator.sdl \ Calendar.sdl CreatAct.sdl Filemgr.sdl FPanel.sdl Help4Help.sdl \ Iconed.sdl Infomgr.sdl Intromgr.sdl LibDtPrint.sdl Loginmgr.sdl \ Mailer.sdl Printmgr.sdl PrnSetup.sdl Stylemgr.sdl Terminal.sdl \ diff --git a/cde/doc/de_DE.ISO8859-1/Makefile.am b/cde/doc/de_DE.ISO8859-1/Makefile.am index ed829a797..7bc125f53 100644 --- a/cde/doc/de_DE.ISO8859-1/Makefile.am +++ b/cde/doc/de_DE.ISO8859-1/Makefile.am @@ -1,6 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = help guides +SUBDIRS = help +# notyet SUBDIRS = help guides -clean:: - $(RM) -r help-sdl cde.dti diff --git a/cde/doc/de_DE.ISO8859-1/help/Makefile.am b/cde/doc/de_DE.ISO8859-1/help/Makefile.am index 35ce1d9ac..f4150cb74 100644 --- a/cde/doc/de_DE.ISO8859-1/help/Makefile.am +++ b/cde/doc/de_DE.ISO8859-1/help/Makefile.am @@ -1,19 +1,9 @@ -include ../../../programs/localized/templates/German.tmpl -include ../../common/help/Appmanager.tmpl -include ../../common/help/Calculator.tmpl -include ../../common/help/Calendar.tmpl -include ../../common/help/CreatAct.tmpl -include ../../common/help/FPanel.tmpl -include ../../common/help/Filemgr.tmpl -include ../../common/help/Help4Help.tmpl -include ../../common/help/Iconed.tmpl -include ../../common/help/Infomgr.tmpl -include ../../common/help/Intromgr.tmpl -include ../../common/help/LibDtPrint.tmpl -include ../../common/help/Loginmgr.tmpl -include ../../common/help/Mailer.tmpl -include ../../common/help/Printmgr.tmpl -include ../../common/help/PrnSetup.tmpl -include ../../common/help/Stylemgr.tmpl -include ../../common/help/Terminal.tmpl -include ../../common/help/Textedit.tmpl +MAINTAINERCLEANFILES = Makefile.in + +# FIXME dtdocbook needs to be fixed to allow parallel building here +.NOTPARALLEL: + +# this sets the LANG and HELP_LANG variables +include $(top_srcdir)/programs/localized/templates/German.am +# this does all the work +include $(top_srcdir)/doc/common/help/sdl-docs.am diff --git a/cde/doc/es_ES.ISO8859-1/Makefile.am b/cde/doc/es_ES.ISO8859-1/Makefile.am index ed829a797..7bc125f53 100644 --- a/cde/doc/es_ES.ISO8859-1/Makefile.am +++ b/cde/doc/es_ES.ISO8859-1/Makefile.am @@ -1,6 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = help guides +SUBDIRS = help +# notyet SUBDIRS = help guides -clean:: - $(RM) -r help-sdl cde.dti diff --git a/cde/doc/es_ES.ISO8859-1/help/Makefile.am b/cde/doc/es_ES.ISO8859-1/help/Makefile.am index cde83b6f2..0e65de8e7 100644 --- a/cde/doc/es_ES.ISO8859-1/help/Makefile.am +++ b/cde/doc/es_ES.ISO8859-1/help/Makefile.am @@ -1,19 +1,9 @@ -include ../../../programs/localized/templates/Spanish.tmpl -include ../../common/help/Appmanager.tmpl -include ../../common/help/Calculator.tmpl -include ../../common/help/Calendar.tmpl -include ../../common/help/CreatAct.tmpl -include ../../common/help/FPanel.tmpl -include ../../common/help/Filemgr.tmpl -include ../../common/help/Help4Help.tmpl -include ../../common/help/Iconed.tmpl -include ../../common/help/Infomgr.tmpl -include ../../common/help/Intromgr.tmpl -include ../../common/help/LibDtPrint.tmpl -include ../../common/help/Loginmgr.tmpl -include ../../common/help/Mailer.tmpl -include ../../common/help/Printmgr.tmpl -include ../../common/help/PrnSetup.tmpl -include ../../common/help/Stylemgr.tmpl -include ../../common/help/Terminal.tmpl -include ../../common/help/Textedit.tmpl +MAINTAINERCLEANFILES = Makefile.in + +# FIXME dtdocbook needs to be fixed to allow parallel building here +.NOTPARALLEL: + +# this sets the LANG and HELP_LANG variables +include $(top_srcdir)/programs/localized/templates/Spanish.am +# this does all the work +include $(top_srcdir)/doc/common/help/sdl-docs.am diff --git a/cde/doc/fr_FR.ISO8859-1/Makefile.am b/cde/doc/fr_FR.ISO8859-1/Makefile.am index ed829a797..7bc125f53 100644 --- a/cde/doc/fr_FR.ISO8859-1/Makefile.am +++ b/cde/doc/fr_FR.ISO8859-1/Makefile.am @@ -1,6 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = help guides +SUBDIRS = help +# notyet SUBDIRS = help guides -clean:: - $(RM) -r help-sdl cde.dti diff --git a/cde/doc/fr_FR.ISO8859-1/help/Makefile.am b/cde/doc/fr_FR.ISO8859-1/help/Makefile.am index e55ce8867..2207ca826 100644 --- a/cde/doc/fr_FR.ISO8859-1/help/Makefile.am +++ b/cde/doc/fr_FR.ISO8859-1/help/Makefile.am @@ -1,19 +1,9 @@ -include ../../../programs/localized/templates/French.tmpl -include ../../common/help/Appmanager.tmpl -include ../../common/help/Calculator.tmpl -include ../../common/help/Calendar.tmpl -include ../../common/help/CreatAct.tmpl -include ../../common/help/FPanel.tmpl -include ../../common/help/Filemgr.tmpl -include ../../common/help/Help4Help.tmpl -include ../../common/help/Iconed.tmpl -include ../../common/help/Infomgr.tmpl -include ../../common/help/Intromgr.tmpl -include ../../common/help/LibDtPrint.tmpl -include ../../common/help/Loginmgr.tmpl -include ../../common/help/Mailer.tmpl -include ../../common/help/Printmgr.tmpl -include ../../common/help/PrnSetup.tmpl -include ../../common/help/Stylemgr.tmpl -include ../../common/help/Terminal.tmpl -include ../../common/help/Textedit.tmpl +MAINTAINERCLEANFILES = Makefile.in + +# FIXME dtdocbook needs to be fixed to allow parallel building here +.NOTPARALLEL: + +# this sets the LANG and HELP_LANG variables +include $(top_srcdir)/programs/localized/templates/French.am +# this does all the work +include $(top_srcdir)/doc/common/help/sdl-docs.am diff --git a/cde/doc/it_IT.ISO8859-1/Makefile.am b/cde/doc/it_IT.ISO8859-1/Makefile.am index ed829a797..7bc125f53 100644 --- a/cde/doc/it_IT.ISO8859-1/Makefile.am +++ b/cde/doc/it_IT.ISO8859-1/Makefile.am @@ -1,6 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = help guides +SUBDIRS = help +# notyet SUBDIRS = help guides -clean:: - $(RM) -r help-sdl cde.dti diff --git a/cde/doc/it_IT.ISO8859-1/help/Makefile.am b/cde/doc/it_IT.ISO8859-1/help/Makefile.am index 1c7f33052..534be92e0 100644 --- a/cde/doc/it_IT.ISO8859-1/help/Makefile.am +++ b/cde/doc/it_IT.ISO8859-1/help/Makefile.am @@ -1,19 +1,9 @@ -include ../../../programs/localized/templates/Italian.tmpl -include ../../common/help/Appmanager.tmpl -include ../../common/help/Calculator.tmpl -include ../../common/help/Calendar.tmpl -include ../../common/help/CreatAct.tmpl -include ../../common/help/FPanel.tmpl -include ../../common/help/Filemgr.tmpl -include ../../common/help/Help4Help.tmpl -include ../../common/help/Iconed.tmpl -include ../../common/help/Infomgr.tmpl -include ../../common/help/Intromgr.tmpl -include ../../common/help/LibDtPrint.tmpl -include ../../common/help/Loginmgr.tmpl -include ../../common/help/Mailer.tmpl -include ../../common/help/Printmgr.tmpl -include ../../common/help/PrnSetup.tmpl -include ../../common/help/Stylemgr.tmpl -include ../../common/help/Terminal.tmpl -include ../../common/help/Textedit.tmpl +MAINTAINERCLEANFILES = Makefile.in + +# FIXME dtdocbook needs to be fixed to allow parallel building here +.NOTPARALLEL: + +# this sets the LANG and HELP_LANG variables +include $(top_srcdir)/programs/localized/templates/Italian.am +# this does all the work +include $(top_srcdir)/doc/common/help/sdl-docs.am