diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-16 11:20:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:54:12 +0100 |
commit | d7cf7ecc7e1aaab5cb62c2bbe7bdb833d5d2b2eb (patch) | |
tree | 3054a7ee6db8a90ca85e54436170e53e7e4a7634 /documentation | |
parent | 1a39c85cebfe9e4ccbaba1bb9b8242baac7d46ef (diff) | |
download | poky-d7cf7ecc7e1aaab5cb62c2bbe7bdb833d5d2b2eb.tar.gz |
documentation/poky-ref-manual: Converted resources appendix to chapter
Converted the "Resources" appendix to a chapter. I also made sure all
the references to the chapter use proper term now, which is "chapter".
(From yocto-docs rev: bf7212b72d54a2696c16dcc1c0a19681f23fbc1c)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/introduction.xml | 4 | ||||
-rw-r--r-- | documentation/poky-ref-manual/resources.xml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index efcb159c3d..7d7ded1032 100644 --- a/documentation/poky-ref-manual/introduction.xml +++ b/documentation/poky-ref-manual/introduction.xml | |||
@@ -82,8 +82,8 @@ | |||
82 | This chapter provides answers for commonly asked questions in the Yocto Project | 82 | This chapter provides answers for commonly asked questions in the Yocto Project |
83 | development environment.</para></listitem> | 83 | development environment.</para></listitem> |
84 | <listitem><para><emphasis> | 84 | <listitem><para><emphasis> |
85 | <link linkend='resources'>Reference: Contributing to the Yocto Project</link>:</emphasis> | 85 | <link linkend='resources'>Contributing to the Yocto Project</link>:</emphasis> |
86 | This appendix provides guidance on how you can contribute back to the Yocto | 86 | This chapter provides guidance on how you can contribute back to the Yocto |
87 | Project.</para></listitem> | 87 | Project.</para></listitem> |
88 | </itemizedlist> | 88 | </itemizedlist> |
89 | </para> | 89 | </para> |
diff --git a/documentation/poky-ref-manual/resources.xml b/documentation/poky-ref-manual/resources.xml index 98f3ec9dcb..5c4549e82c 100644 --- a/documentation/poky-ref-manual/resources.xml +++ b/documentation/poky-ref-manual/resources.xml | |||
@@ -1,8 +1,8 @@ | |||
1 | <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | 1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
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 | <appendix id='resources'> | 5 | <chapter id='resources'> |
6 | <title>Contributing to the Yocto Project</title> | 6 | <title>Contributing to the Yocto Project</title> |
7 | 7 | ||
8 | <section id='resources-intro'> | 8 | <section id='resources-intro'> |
@@ -108,7 +108,7 @@ | |||
108 | </para> | 108 | </para> |
109 | </section> | 109 | </section> |
110 | 110 | ||
111 | </appendix> | 111 | </chapter> |
112 | <!-- | 112 | <!-- |
113 | vim: expandtab tw=80 ts=4 | 113 | vim: expandtab tw=80 ts=4 |
114 | --> | 114 | --> |