mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
doc: get the German, Spanish, French, and Italian SDL help files building
This commit is contained in:
parent
b3309f59d3
commit
30bae57043
12 changed files with 61 additions and 91 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
#SUBDIRS = util C
|
||||
SUBDIRS = util
|
||||
SUBDIRS = util C
|
||||
|
||||
if GERMAN
|
||||
SUBDIRS += de_DE.ISO8859-1
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = help guides
|
||||
SUBDIRS = help
|
||||
# notyet SUBDIRS = help guides
|
||||
|
||||
clean::
|
||||
$(RM) -r help-sdl cde.dti
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = help guides
|
||||
SUBDIRS = help
|
||||
# notyet SUBDIRS = help guides
|
||||
|
||||
clean::
|
||||
$(RM) -r help-sdl cde.dti
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = help guides
|
||||
SUBDIRS = help
|
||||
# notyet SUBDIRS = help guides
|
||||
|
||||
clean::
|
||||
$(RM) -r help-sdl cde.dti
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = help guides
|
||||
SUBDIRS = help
|
||||
# notyet SUBDIRS = help guides
|
||||
|
||||
clean::
|
||||
$(RM) -r help-sdl cde.dti
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue