doc: fix dtdocbook so it can handle parallel builds
Enable parallel building of the help files.
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
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
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
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
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
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
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
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
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user