diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-31 09:30:14 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:31 +0000 |
commit | 5eed9a3fbe68f0be922ae6629027ad006e21c5f4 (patch) | |
tree | d45005e5ebaab815c536e4624c40dc6d824f8678 | |
parent | e5b1c557609916680c963f6eccea74857a0e7352 (diff) | |
download | poky-5eed9a3fbe68f0be922ae6629027ad006e21c5f4.tar.gz |
concepts-manual: Updates to parent file
Edits to create the main file that builds the concepts-manual.
Includes the chapters that comprise the book.
(From yocto-docs rev: d3a82e7cf50d77fcc4a37f13be98a61d85b1e527)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/concepts-manual/concepts-manual.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/documentation/concepts-manual/concepts-manual.xml b/documentation/concepts-manual/concepts-manual.xml index 930a202e1a..5057804f68 100644 --- a/documentation/concepts-manual/concepts-manual.xml +++ b/documentation/concepts-manual/concepts-manual.xml | |||
@@ -2,7 +2,7 @@ | |||
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
4 | 4 | ||
5 | <book id='getting-started-manual' lang='en' | 5 | <book id='concepts-manual' lang='en' |
6 | xmlns:xi="http://www.w3.org/2003/XInclude" | 6 | xmlns:xi="http://www.w3.org/2003/XInclude" |
7 | xmlns="http://docbook.org/ns/docbook" | 7 | xmlns="http://docbook.org/ns/docbook" |
8 | > | 8 | > |
@@ -10,14 +10,14 @@ | |||
10 | 10 | ||
11 | <mediaobject> | 11 | <mediaobject> |
12 | <imageobject> | 12 | <imageobject> |
13 | <imagedata fileref='figures/getting-started-title.png' | 13 | <imagedata fileref='figures/concepts-manual-title.png' |
14 | format='SVG' | 14 | format='SVG' |
15 | align='left' scalefit='1' width='100%'/> | 15 | align='left' scalefit='1' width='100%'/> |
16 | </imageobject> | 16 | </imageobject> |
17 | </mediaobject> | 17 | </mediaobject> |
18 | 18 | ||
19 | <title> | 19 | <title> |
20 | Getting Started With Yocto Project | 20 | Yocto Project Concepts Manual |
21 | </title> | 21 | </title> |
22 | 22 | ||
23 | <authorgroup> | 23 | <authorgroup> |
@@ -54,7 +54,7 @@ | |||
54 | <itemizedlist> | 54 | <itemizedlist> |
55 | <listitem><para> | 55 | <listitem><para> |
56 | This version of the | 56 | This version of the |
57 | <emphasis>Yocto Project Overview Manual</emphasis> | 57 | <emphasis>Yocto Project Concepts Manual</emphasis> |
58 | is for the &YOCTO_DOC_VERSION; release of the | 58 | is for the &YOCTO_DOC_VERSION; release of the |
59 | Yocto Project. | 59 | Yocto Project. |
60 | To be sure you have the latest version of the manual | 60 | To be sure you have the latest version of the manual |
@@ -82,11 +82,9 @@ | |||
82 | 82 | ||
83 | </bookinfo> | 83 | </bookinfo> |
84 | 84 | ||
85 | <xi:include href="getting-started-intro.xml"/> | 85 | <xi:include href="concepts-manual-intro.xml"/> |
86 | 86 | ||
87 | <xi:include href="getting-started-development-environment.xml"/> | 87 | <xi:include href="concepts-manual-concepts.xml"/> |
88 | |||
89 | <xi:include href="getting-started-concepts.xml"/> | ||
90 | 88 | ||
91 | </book> | 89 | </book> |
92 | <!-- | 90 | <!-- |