From da8cdf63b4db457db3d528686e4bc3e61565eb4f Mon Sep 17 00:00:00 2001 From: Timo Mueller Date: Fri, 30 Nov 2012 09:59:34 +0100 Subject: [PATCH] documentation: Move kernel-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 --- documentation/Makefile | 7 +------ .../kernel-manual/kernel-manual-customization.xsl | 7 +++++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/documentation/Makefile b/documentation/Makefile index 3941cf88ee..90cdae6edc 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -258,12 +258,7 @@ STYLESHEET = $(DOC)/*.css endif ifeq ($(DOC),kernel-dev) -XSLTOPTS = --stringparam html.stylesheet kernel-dev-style.css \ - --stringparam chapter.autolabel 1 \ - --stringparam appendix.autolabel A \ - --stringparam section.autolabel 1 \ - --stringparam section.label.includes.component.label 1 \ - --xinclude +XSLTOPTS = --xinclude ALLPREQ = html pdf tarball TARFILES = kernel-dev.html kernel-dev.pdf kernel-dev-style.css figures/kernel-dev-title.png \ figures/kernel-architecture-overview.png diff --git a/documentation/kernel-manual/kernel-manual-customization.xsl b/documentation/kernel-manual/kernel-manual-customization.xsl index 8eb69050ba..6f46df2289 100644 --- a/documentation/kernel-manual/kernel-manual-customization.xsl +++ b/documentation/kernel-manual/kernel-manual-customization.xsl @@ -3,6 +3,9 @@ - - + + + + +