diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-09 10:50:21 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-15 22:25:24 +0000 |
commit | 63596cbfb11eb1a4c2ef452a1a1b61493ac64b46 (patch) | |
tree | 298a2dca067cb2e74c1b178e0d71a68907b87a96 /documentation | |
parent | 6e3576c0aa7f0d228ed09be0de90116ff56936ee (diff) | |
download | openembedded-core-63596cbfb11eb1a4c2ef452a1a1b61493ac64b46.tar.gz openembedded-core-63596cbfb11eb1a4c2ef452a1a1b61493ac64b46.tar.bz2 openembedded-core-63596cbfb11eb1a4c2ef452a1a1b61493ac64b46.zip |
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 <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bsp-guide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |