[yocto] [PATCH 06/18] Makefile: Remove duplicate parameters

Timo Mueller mail at timomueller.eu
Fri Feb 8 05:21:23 PST 2013


From: Timo Mueller <timo.mueller at bmw-carit.de>

Standard stylesheet parameters are already defined in the docbook
customization file tying them to the docbook stylesheet used. Removing
these parameters simplifies the Makefile.

Signed-off-by: Timo Mueller <timo.mueller at bmw-carit.de>
---
 documentation/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/documentation/Makefile b/documentation/Makefile
index 773c41f..d997f3d 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -206,12 +206,7 @@ STYLESHEET = $(DOC)/*.css
 endif
 
 ifeq ($(DOC),ref-manual)
-XSLTOPTS = --stringparam html.stylesheet ref-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 = ref-manual.html ref-style.css figures/poky-title.png \
 	figures/buildhistory.png figures/buildhistory-web.png
-- 
1.7.11.7




More information about the yocto mailing list