From: Scott Rifenbark Date: Wed, 10 Nov 2010 21:05:37 +0000 (-0800) Subject: Poky Reference Manual: Added XSL Customization layer use X-Git-Tag: 2011-1~4018 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c08140c0c88d663796676ecc6f05966b3fac7788;p=openembedded-core.git Poky Reference Manual: Added XSL Customization layer use 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 --- diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile index 5f03a862ef..2ed7cd423f 100644 --- a/documentation/poky-ref-manual/Makefile +++ b/documentation/poky-ref-manual/Makefile @@ -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