diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-24 08:39:54 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:09 -0800 |
commit | bad46abb8941a46cc185a563e5dac41c0e9a83d0 (patch) | |
tree | f7d3e633f5d2249a1e304c419954dfdd6f548704 /documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl | |
parent | 3e7a8a64afc5b356994b35f23fbed569b282a898 (diff) | |
download | openembedded-core-bad46abb8941a46cc185a563e5dac41c0e9a83d0.tar.gz openembedded-core-bad46abb8941a46cc185a563e5dac41c0e9a83d0.tar.bz2 openembedded-core-bad46abb8941a46cc185a563e5dac41c0e9a83d0.zip |
documentation/kernel-manual/yocto-project-kernal-manual.xml: and yocto-project-kernal-manual-customization.xsl removed from tree.
I noticed I had mis-spelled kernel for these files names after committing
the new kernel manual. I renamed the files and had to remove these two.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl')
-rw-r--r-- | documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl b/documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl deleted file mode 100644 index 8e6ea34dd4..0000000000 --- a/documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl +++ /dev/null @@ -1,8 +0,0 @@ -<?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> |