summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual/yocto-project-kernel-manual-customization.xsl
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-11-24 08:43:34 -0800
committerSaul Wold <Saul.Wold@intel.com>2010-12-10 22:01:09 -0800
commit2982e7c4059ffd0441c458a222f5437918c956fc (patch)
tree58102de70309ac8ed3edadbb8554b3a3cd431f1c /documentation/kernel-manual/yocto-project-kernel-manual-customization.xsl
parentbad46abb8941a46cc185a563e5dac41c0e9a83d0 (diff)
downloadopenembedded-core-contrib-2982e7c4059ffd0441c458a222f5437918c956fc.tar.gz
documentation/kernel-manual/yocto-project-kernel-manual.xml and yocto-project-kernel-manual-customization.xsl: Renamed files with correct spelling for kernel.
I had to rename these files because I had kernel mis-spelled when I committed the original manual files. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/kernel-manual/yocto-project-kernel-manual-customization.xsl')
-rw-r--r--documentation/kernel-manual/yocto-project-kernel-manual-customization.xsl8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/kernel-manual/yocto-project-kernel-manual-customization.xsl b/documentation/kernel-manual/yocto-project-kernel-manual-customization.xsl
new file mode 100644
index 0000000000..8e6ea34dd4
--- /dev/null
+++ b/documentation/kernel-manual/yocto-project-kernel-manual-customization.xsl
@@ -0,0 +1,8 @@
+<?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:param name="generate.toc" select="'article nop'"></xsl:param>
+
+</xsl:stylesheet>