From: Scott Rifenbark Date: Tue, 9 Nov 2010 18:50:21 +0000 (-0800) Subject: BSP Guide: Updated xsltproc command to pass the bsp-guide-customization.xsl style... X-Git-Tag: 2011-1~4030 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=63596cbfb11eb1a4c2ef452a1a1b61493ac64b46;p=openembedded-core.git BSP Guide: Updated xsltproc command to pass the bsp-guide-customization.xsl style sheet. Because I created the file 'bsp-guide-customization.xsl' to try and eliminate odd HTML runtime errors and to allow for customized XSL layer of formatting, it was necessary to update the Makefile to call the new file as the XSL style sheet. The Yocto Project Quickstart uses this technique and has no HTML build problems. HTML build errors seem to be eliminated so far. Signed-off-by: Scott Rifenbark --- diff --git a/documentation/bsp-guide/Makefile b/documentation/bsp-guide/Makefile index d2f29aa53f..93f2aabb44 100644 --- a/documentation/bsp-guide/Makefile +++ b/documentation/bsp-guide/Makefile @@ -17,7 +17,7 @@ pdf: html: # See http://www.sagehill.net/docbookxsl/HtmlOutput.html - xsltproc $(XSLTOPTS) -o bsp-guide.html $(XSL_XHTML_URI) bsp-guide.xml + xsltproc $(XSLTOPTS) -o bsp-guide.html bsp-guide-customization.xsl bsp-guide.xml tarball: html tar -cvzf bsp-guide.tgz style.css bsp-guide.html figures/bsp-title.png