]> code.ossystems Code Review - openembedded-core.git/commitdiff
Poky Reference Manual: Added XSL Customization layer use
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 10 Nov 2010 21:05:37 +0000 (13:05 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 15 Nov 2010 22:25:25 +0000 (22:25 +0000)
The xsltproc command now uses the XSL Customization layer style sheet
poky-ref-manual-customization.xsl for the style sheet parameter.  This
method will allow for customization of the HTML version formatting that
might be unique for the manual.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/poky-ref-manual/Makefile

index 5f03a862efe0b480b1e3ae68363d5e7751c21bec..2ed7cd423f3c9e53c9a7c8778dd9cf67ea1ca946 100644 (file)
@@ -18,7 +18,7 @@ pdf:
 
 html:
 #       See http://www.sagehill.net/docbookxsl/HtmlOutput.html 
-       xsltproc $(XSLTOPTS) -o poky-ref-manual.html $(XSL_XHTML_URI) poky-ref-manual.xml
+       xsltproc $(XSLTOPTS) -o poky-ref-manual.html poky-ref-manual-customization.xsl poky-ref-manual.xml
 
 tarball: html
        tar -cvzf poky-ref-manual.tgz poky-ref-manual.html style.css figures/yocto-project-transp.png figures/poky-ref-manual.png screenshots/ss-sato.png