summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual/kernel-manual-customization.xsl
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-07-08 13:49:10 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:37 +0100
commit485b35dcefe9df7a05756e8aea5d1a23cd517d3f (patch)
tree84364a122a99c0e8c555e7598e94e29ed9a22418 /documentation/kernel-manual/kernel-manual-customization.xsl
parenta44fc491e092e2d8310de62196b4c9c491d9cec9 (diff)
downloadpoky-485b35dcefe9df7a05756e8aea5d1a23cd517d3f.tar.gz
documentation: Removed deprecated kernel-manual.
Fixes [YOCTO #4810] I removed this manual from the tip of the repo. We carried a symlink to it for the 1.4 and 1.4.1 release. Now it is time to get rid of it. Removing this manual should get rid of the folder in the poky/documentation folder for future clones of that repo. This bug was entered because someone tried to make the manual for YP 1.5. It is debatable as to whether this is a fix or not. You might argue that the bug is not even a bug. (From yocto-docs rev: 6e2a14f9be5f37f16b91c0c8931df558aa9ef155) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-manual/kernel-manual-customization.xsl')
-rw-r--r--documentation/kernel-manual/kernel-manual-customization.xsl11
1 files changed, 0 insertions, 11 deletions
diff --git a/documentation/kernel-manual/kernel-manual-customization.xsl b/documentation/kernel-manual/kernel-manual-customization.xsl
deleted file mode 100644
index 6f46df2289..0000000000
--- a/documentation/kernel-manual/kernel-manual-customization.xsl
+++ /dev/null
@@ -1,11 +0,0 @@
1<?xml version='1.0'?>
2<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">
3
4 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" />
5
6 <xsl:param name="html.stylesheet" select="'kernel-style.css'" />
7 <xsl:param name="chapter.autolabel" select="1" />
8 <xsl:param name="appendix.autolabel" select="A" />
9 <xsl:param name="section.autolabel" select="1" />
10 <xsl:param name="section.label.includes.component.label" select="1" />
11</xsl:stylesheet>