summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual/kernel-manual.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-11-24 16:58:39 -0800
committerSaul Wold <Saul.Wold@intel.com>2010-12-10 22:01:14 -0800
commitc479301fcaf00e20f18fa578ce1c7403a4be2ca1 (patch)
tree2156f3183cdca3187d20a467037e6c5e5c5b766e /documentation/kernel-manual/kernel-manual.xml
parentfe994deb41c827364dbc959c8d56589adc7139e1 (diff)
downloadpoky-c479301fcaf00e20f18fa578ce1c7403a4be2ca1.tar.gz
documentation/kernel-manual/kernel-manual.xml: added this file so that PDF could be built.
This is inline with how the other docs are built. kernel-manual.xml is called by xsltproc from the Makefile. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/kernel-manual/kernel-manual.xml')
-rw-r--r--documentation/kernel-manual/kernel-manual.xml62
1 files changed, 62 insertions, 0 deletions
diff --git a/documentation/kernel-manual/kernel-manual.xml b/documentation/kernel-manual/kernel-manual.xml
new file mode 100644
index 0000000000..ae9b23bff9
--- /dev/null
+++ b/documentation/kernel-manual/kernel-manual.xml
@@ -0,0 +1,62 @@
1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
3
4<book id='kernel-manual' lang='en'
5 xmlns:xi="http://www.w3.org/2003/XInclude"
6 xmlns="http://docbook.org/ns/docbook"
7 >
8 <bookinfo>
9
10 <mediaobject>
11 <imageobject>
12 <imagedata fileref='figures/kernel-title.png'
13 format='SVG'
14 align='left' scalefit='1' width='100%'/>
15 </imageobject>
16 </mediaobject>
17
18 <title></title>
19
20 <authorgroup>
21 <author>
22 <firstname>Bruce</firstname> <surname>Ashfield</surname>
23 <affiliation>
24 <orgname>Wind River Corporation</orgname>
25 </affiliation>
26 <email>bruce.ashfield@windriver.com</email>
27 </author>
28 </authorgroup>
29
30 <revhistory>
31 <revision>
32 <revnumber>0.9</revnumber>
33 <date>24 November 2010</date>
34 <revremark>Beta Draft</revremark>
35 </revision>
36 </revhistory>
37
38 <copyright>
39 <year>2010</year>
40 <holder>Linux Foundation</holder>
41 </copyright>
42
43 <legalnotice>
44 <para>
45 Permission is granted to copy, distribute and/or modify this document under
46 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Attribution-Non-Commercial-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
47 </para>
48 </legalnotice>
49
50 </bookinfo>
51
52 <xi:include href="yocto-project-kernel-manual.xml"/>
53
54<!-- <index id='index'>
55 <title>Index</title>
56 </index>
57-->
58
59</book>
60<!--
61vim: expandtab tw=80 ts=4
62-->