diff options
Diffstat (limited to 'documentation/mega-manual/mega-manual.xml')
-rw-r--r-- | documentation/mega-manual/mega-manual.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml new file mode 100644 index 0000000..01af789 --- /dev/null +++ b/documentation/mega-manual/mega-manual.xml | |||
@@ -0,0 +1,53 @@ | |||
1 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | ||
3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | ||
4 | |||
5 | |||
6 | <book id='mega-manual' lang='en' | ||
7 | xmlns:xi="http://www.w3.org/2003/XInclude" | ||
8 | xmlns="http://docbook.org/ns/docbook" | ||
9 | > | ||
10 | |||
11 | <xi:include | ||
12 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../yocto-project-qs/yocto-project-qs.xml"/> | ||
13 | |||
14 | <para><imagedata fileref="figures/dev-title.png" width="100%" align="left" scalefit="1" /></para> | ||
15 | |||
16 | <xi:include | ||
17 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual.xml"/> | ||
18 | |||
19 | <para><imagedata fileref="figures/adt-title.png" width="100%" align="left" scalefit="1" /></para> | ||
20 | |||
21 | <xi:include | ||
22 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../adt-manual/adt-manual.xml"/> | ||
23 | |||
24 | <para><imagedata fileref="figures/bsp-title.png" width="100%" align="left" scalefit="1" /></para> | ||
25 | |||
26 | <xi:include | ||
27 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../bsp-guide/bsp-guide.xml"/> | ||
28 | |||
29 | <para><imagedata fileref="figures/kernel-dev-title.png" width="100%" align="left" scalefit="1" /></para> | ||
30 | |||
31 | <xi:include | ||
32 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev.xml"/> | ||
33 | |||
34 | <para><imagedata fileref="figures/profile-title.png" width="100%" align="left" scalefit="1" /></para> | ||
35 | |||
36 | <xi:include | ||
37 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual.xml"/> | ||
38 | |||
39 | <para><imagedata fileref="figures/poky-title.png" width="100%" align="left" scalefit="1" /></para> | ||
40 | |||
41 | <xi:include | ||
42 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-manual.xml"/> | ||
43 | |||
44 | <!-- <index id='index'> | ||
45 | <title>Index</title> | ||
46 | </index> | ||
47 | --> | ||
48 | |||
49 | </book> | ||
50 | |||
51 | <!-- | ||
52 | vim: expandtab tw=80 ts=4 | ||
53 | --> | ||