documentation/poky-ref-manual: Re-cast structure appendix as chapter

As part of moving the reference manual to a real reference manual I
am removing the "appendix" classification and having everthing be
a chapter.  I changed the "ref-structure" appendix to a chapter and
made sure the two references in the doc set use the proper term now
(chapter).

(From yocto-docs rev: 840a3e4dab355e53fdb400674bd6765957b24066)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-07-16 10:10:27 -07:00 committed by Richard Purdie
parent c20cdf677f
commit 3eae2a05fc
3 changed files with 8 additions and 8 deletions

View File

@ -46,8 +46,8 @@
This chapter describes the example filesystem layout for BSP development and
the click-through licensing scheme.</para></listitem>
<listitem><para><emphasis>
<link linkend='ref-structure'>Reference: Directory Structure</link>:</emphasis>
This appendix describes the
<link linkend='ref-structure'>Directory Structure</link>:</emphasis>
This chapter describes the
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> created
either by unpacking a released Yocto Project tarball on your host development system,
or by cloning the upstream

View File

@ -1,13 +1,13 @@
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
<appendix id='ref-structure'>
<chapter id='ref-structure'>
<title>Reference: Directory Structure</title>
<title>Source Directory Structure</title>
<para>
The <ulink url='source-directory'>source directory</ulink> consists of several components.
The <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> consists of several components.
Understanding them and knowing where they are located is key to using the Yocto Project well.
This appendix describes the source directory and gives information about the various
files and directories.
@ -638,7 +638,7 @@
</section>
</section>
</appendix>
</chapter>
<!--
vim: expandtab tw=80 ts=4
-->

View File

@ -48,7 +48,7 @@
<para>
Following are some brief details on these core components.
For more detailed information on these components see the
"<link linkend='ref-structure'>Reference: Directory Structure</link>" appendix.
"<link linkend='ref-structure'>Directory Structure</link>" chapter.
</para>
<section id='usingpoky-components-bitbake'>