diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-24 08:31:55 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:07 -0800 |
commit | 000f052765577826907ff1e3f758bab3a0724d74 (patch) | |
tree | d24d2bcb667aae24a63be1b5184ef2f29580d60b /documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl | |
parent | aa583453935a13618f0068fdf8d6d3205725ec54 (diff) | |
download | poky-000f052765577826907ff1e3f758bab3a0724d74.tar.gz |
documentation/kerenl-manual: New directory and files for kernel manual.
This is the first draft of the Yocto Project Kernel manual. The
manual consists of two sections: concepts and a practical section that
has examples. It is based of Bruce Ashfield's kernel theory paper.
This first draft has been re-written and organized through the
concepts section. The remainder was just placed in as-is due to
time constraints for getting some kernel documentation up on the website.
The manual still needs scrubbing and organization in the latter half.
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, 8 insertions, 0 deletions
diff --git a/documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl b/documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl new file mode 100644 index 0000000000..8e6ea34dd4 --- /dev/null +++ b/documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl | |||
@@ -0,0 +1,8 @@ | |||
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="generate.toc" select="'article nop'"></xsl:param> | ||
7 | |||
8 | </xsl:stylesheet> | ||