]> code.ossystems Code Review - openembedded-core.git/commitdiff
BSP Guide: Updated xsltproc command to pass the bsp-guide-customization.xsl style...
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 9 Nov 2010 18:50:21 +0000 (10:50 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 15 Nov 2010 22:25:24 +0000 (22:25 +0000)
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 <scott.m.rifenbark@intel.com>
documentation/bsp-guide/Makefile

index d2f29aa53fc8b2cddb3ee5b91b4ede7fa0bda222..93f2aabb44cff6d091f21c8b2378c17fc61a4451 100644 (file)
@@ -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