diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-31 09:26:31 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:30 +0000 |
commit | d1249c2ba869d879c329c0c5cc5494d739c6ebda (patch) | |
tree | fdd6c9c9b82f1672760e8edf837437e92fdc0449 /documentation/mega-manual/mega-manual.xml | |
parent | 1c4908a1fb92f36650c6e68fd0f61bd7859507dc (diff) | |
download | poky-d1249c2ba869d879c329c0c5cc5494d739c6ebda.tar.gz |
mega-manual: Added concepts-manual so it can be made
Also updated the mega-manual.sed file with two lines to process
links in the concepts-manual.
(From yocto-docs rev: 622ce2fc82cbf92351aa2000c3d92bbabafc1d24)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/mega-manual/mega-manual.xml')
-rw-r--r-- | documentation/mega-manual/mega-manual.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index 025e7cad72..7607a79e7c 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml | |||
@@ -141,6 +141,18 @@ | |||
141 | <xi:include | 141 | <xi:include |
142 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../getting-started/getting-started-development-environment.xml"/> | 142 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../getting-started/getting-started-development-environment.xml"/> |
143 | 143 | ||
144 | <!-- Includes concepts-manual title image and then concepts-manual chapters --> | ||
145 | |||
146 | <para> | ||
147 | <imagedata fileref="figures/concepts-manual-title.png" width="100%" align="left" scalefit="1" /> | ||
148 | </para> | ||
149 | |||
150 | <xi:include | ||
151 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../concepts-manual/concepts-manual-intro.xml"/> | ||
152 | |||
153 | <xi:include | ||
154 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../concepts-manual/concepts-manual-concepts.xml"/> | ||
155 | |||
144 | <!-- Includes dev-manual title image and then dev-manual chapters --> | 156 | <!-- Includes dev-manual title image and then dev-manual chapters --> |
145 | 157 | ||
146 | <para> | 158 | <para> |