aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-11-10 13:14:54 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-15 22:25:25 +0000
commit89e64dbe9e1142216e5dcc75dd7aea63b3c61366 (patch)
treef3154ff788e5b0a3cb11184b092c3c73499955e9
parentc08140c0c88d663796676ecc6f05966b3fac7788 (diff)
downloadopenembedded-core-contrib-89e64dbe9e1142216e5dcc75dd7aea63b3c61366.tar.gz
Poky Reference Manual: Added XSL Customization layer file
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>
-rw-r--r--documentation/poky-ref-manual/poky-ref-manual-customization.xsl6
1 files changed, 6 insertions, 0 deletions
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
index 0000000000..362ebed131
--- /dev/null
+++ b/documentation/poky-ref-manual/poky-ref-manual-customization.xsl
@@ -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>