diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-05 15:43:42 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:27 +0000 |
commit | 60cfd0785b2d64ec808e08ad9f716047542d8ba9 (patch) | |
tree | 7c103c1a8bab35c1e0814566fde3215936596290 /documentation/mega-manual | |
parent | c06a654c1d14f20b31256298543e2e3504acc0a9 (diff) | |
download | poky-60cfd0785b2d64ec808e08ad9f716047542d8ba9.tar.gz |
ref-manual: Separated terms into separate chapter
Pulling out some introductory information from the old "Introduction"
chapter of the ref-manual has isolated the system requirements and
term definitions sections. I have decided to create a new chapter
for terms as they are a reference item. This leaves system requirements
also alone as a new chapter. So, I dumped the introduction.xml chapter
in favor of the two new chapters.
(From yocto-docs rev: 35c41b3008845c94e10be19b37409b0d1a469ff5)
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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index 68fb1e17d8..efefa17032 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml | |||
@@ -231,7 +231,10 @@ | |||
231 | </para> | 231 | </para> |
232 | 232 | ||
233 | <xi:include | 233 | <xi:include |
234 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/introduction.xml"/> | 234 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-system-requirements.xml"/> |
235 | |||
236 | <xi:include | ||
237 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-terms.xml"/> | ||
235 | 238 | ||
236 | <xi:include | 239 | <xi:include |
237 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/usingpoky.xml"/> | 240 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/usingpoky.xml"/> |