]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/poky-ref-manual: Re-cast structure appendix as chapter
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 16 Jul 2012 17:10:27 +0000 (10:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jul 2012 09:54:10 +0000 (10:54 +0100)
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>
documentation/poky-ref-manual/introduction.xml
documentation/poky-ref-manual/ref-structure.xml
documentation/poky-ref-manual/technical-details.xml

index 35b099bc7eca2b42d8b353cd9ae49c6b3668e825..3d0ae54deafe7291c11db29db8c568547838c322 100644 (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 
index 9d3c35829633315e43d9a8cc6d796af1fac84161..cf53967034cc418559f4aab647ead63c755e0e84 100644 (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.
     </section>
 </section>
 
-</appendix>
+</chapter>
 <!-- 
 vim: expandtab tw=80 ts=4 
 -->
index 717015be5c0541dd4397f2cee5cbb93c777db5dc..2cd6ad36854180db89d5b1cddd4723e1268f1e51 100644 (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'>