From: Timo Mueller Date: Fri, 30 Nov 2012 08:59:24 +0000 (+0100) Subject: documentation: Move dev-manual global parameters to customization file X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3f1c60b7b8cf4159ba95ac1923222014309e233;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation: Move dev-manual global parameters to customization file Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. Signed-off-by: Richard Purdie --- diff --git a/documentation/Makefile b/documentation/Makefile index fdf2385ea8f..91d9a78033c 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -84,11 +84,7 @@ STYLESHEET = $(DOC)/*.css endif ifeq ($(DOC),dev-manual) -XSLTOPTS = --stringparam html.stylesheet dev-style.css \ - --stringparam chapter.autolabel 1 \ - --stringparam section.autolabel 1 \ - --stringparam section.label.includes.component.label 1 \ - --xinclude +XSLTOPTS = --xinclude ALLPREQ = html pdf tarball # # Note that the tarfile might produce the "Cannot stat: No such file or directory" error diff --git a/documentation/dev-manual/dev-manual-customization.xsl b/documentation/dev-manual/dev-manual-customization.xsl index 8eb69050bac..89696059898 100644 --- a/documentation/dev-manual/dev-manual-customization.xsl +++ b/documentation/dev-manual/dev-manual-customization.xsl @@ -3,6 +3,8 @@ - - + + + +