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/ref-manual/ref-manual.xml | |
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/ref-manual/ref-manual.xml')
-rw-r--r-- | documentation/ref-manual/ref-manual.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-manual.xml b/documentation/ref-manual/ref-manual.xml index a24a9e310d..e69ab72c62 100644 --- a/documentation/ref-manual/ref-manual.xml +++ b/documentation/ref-manual/ref-manual.xml | |||
@@ -166,7 +166,9 @@ | |||
166 | 166 | ||
167 | </bookinfo> | 167 | </bookinfo> |
168 | 168 | ||
169 | <xi:include href="introduction.xml"/> | 169 | <xi:include href="ref-system-requirements.xml"/> |
170 | |||
171 | <xi:include href="ref-terms.xml"/> | ||
170 | 172 | ||
171 | <xi:include href="usingpoky.xml"/> | 173 | <xi:include href="usingpoky.xml"/> |
172 | 174 | ||