diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-10-03 11:05:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-11 08:51:22 +0100 |
commit | ca2b282f74eb9137662e8878bd6a813aaea5abb3 (patch) | |
tree | 0d343927b6e9b9919acac7a8f9d7394c1d257447 /documentation/mega-manual | |
parent | 8e57e88f9dba1cffa683343025cfbdcdcededdbc (diff) | |
download | poky-ca2b282f74eb9137662e8878bd6a813aaea5abb3.tar.gz |
mega-manual: Added new chapters to support building the manual
Due to new chapters in the SDK manual and the movement of the devtool
Quick Reference from the dev-manual to the ref-manual, I had to xinclude
these various chapters in the mega-manual.xml file that builds out the
manual.
(From yocto-docs rev: 8d6fb3d97e6a64b53cfdf66d94d7306babb48378)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/mega-manual')
-rw-r--r-- | documentation/mega-manual/mega-manual.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index 285e5eb45b..1e95d3611d 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml | |||
@@ -116,9 +116,11 @@ | |||
116 | <xi:include | 116 | <xi:include |
117 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-intro.xml"/> | 117 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-intro.xml"/> |
118 | <xi:include | 118 | <xi:include |
119 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-extensible.xml"/> | ||
120 | <xi:include | ||
119 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-using.xml"/> | 121 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-using.xml"/> |
120 | <xi:include | 122 | <xi:include |
121 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-extensible.xml"/> | 123 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-working-projects.xml"/> |
122 | <xi:include | 124 | <xi:include |
123 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-obtain.xml"/> | 125 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-obtain.xml"/> |
124 | <xi:include | 126 | <xi:include |
@@ -198,6 +200,9 @@ | |||
198 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-tasks.xml"/> | 200 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-tasks.xml"/> |
199 | 201 | ||
200 | <xi:include | 202 | <xi:include |
203 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-devtool-reference.xml"/> | ||
204 | |||
205 | <xi:include | ||
201 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-qa-checks.xml"/> | 206 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-qa-checks.xml"/> |
202 | 207 | ||
203 | <xi:include | 208 | <xi:include |