]> code.ossystems Code Review - openembedded-core.git/commitdiff
Poky Reference Manual: Added XSL Customization layer file
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 10 Nov 2010 21:14:54 +0000 (13:14 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 15 Nov 2010 22:25:25 +0000 (22:25 +0000)
The xsltproc command in the Makefile 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. I have
added the new file to the file structure.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/poky-ref-manual/poky-ref-manual-customization.xsl [new file with mode: 0644]

diff --git a/documentation/poky-ref-manual/poky-ref-manual-customization.xsl b/documentation/poky-ref-manual/poky-ref-manual-customization.xsl
new file mode 100644 (file)
index 0000000..362ebed
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0">
+  
+  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" />
+
+</xsl:stylesheet>