diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-16 10:10:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:54:10 +0100 |
commit | 3eae2a05fc18e98fd340a7c75758839fe2aa1437 (patch) | |
tree | a8411bc442a5936cbbe5a270efdf6bbaaaedeefc /documentation/poky-ref-manual | |
parent | c20cdf677f2e8cf918426a91774b7bc972c8af0b (diff) | |
download | poky-3eae2a05fc18e98fd340a7c75758839fe2aa1437.tar.gz |
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>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/introduction.xml | 4 | ||||
-rw-r--r-- | documentation/poky-ref-manual/ref-structure.xml | 10 | ||||
-rw-r--r-- | documentation/poky-ref-manual/technical-details.xml | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index 35b099bc7e..3d0ae54dea 100644 --- a/documentation/poky-ref-manual/introduction.xml +++ b/documentation/poky-ref-manual/introduction.xml | |||
@@ -46,8 +46,8 @@ | |||
46 | This chapter describes the example filesystem layout for BSP development and | 46 | This chapter describes the example filesystem layout for BSP development and |
47 | the click-through licensing scheme.</para></listitem> | 47 | the click-through licensing scheme.</para></listitem> |
48 | <listitem><para><emphasis> | 48 | <listitem><para><emphasis> |
49 | <link linkend='ref-structure'>Reference: Directory Structure</link>:</emphasis> | 49 | <link linkend='ref-structure'>Directory Structure</link>:</emphasis> |
50 | This appendix describes the | 50 | This chapter describes the |
51 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> created | 51 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> created |
52 | either by unpacking a released Yocto Project tarball on your host development system, | 52 | either by unpacking a released Yocto Project tarball on your host development system, |
53 | or by cloning the upstream | 53 | or by cloning the upstream |
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml index 9d3c358296..cf53967034 100644 --- a/documentation/poky-ref-manual/ref-structure.xml +++ b/documentation/poky-ref-manual/ref-structure.xml | |||
@@ -1,13 +1,13 @@ | |||
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='ref-structure'> | 5 | <chapter id='ref-structure'> |
6 | 6 | ||
7 | <title>Reference: Directory Structure</title> | 7 | <title>Source Directory Structure</title> |
8 | 8 | ||
9 | <para> | 9 | <para> |
10 | The <ulink url='source-directory'>source directory</ulink> consists of several components. | 10 | The <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> consists of several components. |
11 | Understanding them and knowing where they are located is key to using the Yocto Project well. | 11 | Understanding them and knowing where they are located is key to using the Yocto Project well. |
12 | This appendix describes the source directory and gives information about the various | 12 | This appendix describes the source directory and gives information about the various |
13 | files and directories. | 13 | files and directories. |
@@ -638,7 +638,7 @@ | |||
638 | </section> | 638 | </section> |
639 | </section> | 639 | </section> |
640 | 640 | ||
641 | </appendix> | 641 | </chapter> |
642 | <!-- | 642 | <!-- |
643 | vim: expandtab tw=80 ts=4 | 643 | vim: expandtab tw=80 ts=4 |
644 | --> | 644 | --> |
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml index 717015be5c..2cd6ad3685 100644 --- a/documentation/poky-ref-manual/technical-details.xml +++ b/documentation/poky-ref-manual/technical-details.xml | |||
@@ -48,7 +48,7 @@ | |||
48 | <para> | 48 | <para> |
49 | Following are some brief details on these core components. | 49 | Following are some brief details on these core components. |
50 | For more detailed information on these components see the | 50 | For more detailed information on these components see the |
51 | "<link linkend='ref-structure'>Reference: Directory Structure</link>" appendix. | 51 | "<link linkend='ref-structure'>Directory Structure</link>" chapter. |
52 | </para> | 52 | </para> |
53 | 53 | ||
54 | <section id='usingpoky-components-bitbake'> | 54 | <section id='usingpoky-components-bitbake'> |