]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/poky-ref-manual: Converted ref-bitbake to chapter
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 16 Jul 2012 17:19:15 +0000 (10:19 -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-bitbake" appendix to a chapter and
made sure the single in the doc set use the proper term now
(chapter).

(From yocto-docs rev: 1086155dd6e67a9c75e99332a9ad122dc04ec7a1)

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-bitbake.xml

index 3d0ae54deafe7291c11db29db8c568547838c322..a2c6899c77dad0648dbc9744c5c77cb1e8bb32aa 100644 (file)
@@ -54,8 +54,8 @@
                 <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink> Git repository.
                 </para></listitem>
             <listitem><para><emphasis>
-                <link linkend='ref-bitbake'>Reference: BitBake</link>:</emphasis> 
-                This appendix provides an overview of the BitBake tool and its role within 
+                <link linkend='ref-bitbake'>BitBake</link>:</emphasis> 
+                This chapter provides an overview of the BitBake tool and its role within 
                 the Yocto Project.</para></listitem>
             <listitem><para><emphasis>
                 <link linkend='ref-classes'>Reference: Classes</link>:</emphasis> 
index 46dc8a73d4d30d95d4c91eff9edecceeca4dbbfc..f230b54ba58abd11019d9988c9b02022987d592b 100644 (file)
@@ -1,10 +1,10 @@
-<!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-bitbake'>
+<chapter id='ref-bitbake'>
 
-    <title>Reference: BitBake</title>
+    <title>BitBake</title>
 
     <para>
         BitBake is a program written in Python that interprets the metadata used by the OpenEmbedded
@@ -16,7 +16,7 @@
     </para>
    
     <para>
-        This appendix provides an overview of what happens behind the scenes from BitBake's perspective.
+        This chapter provides an overview of what happens behind the scenes from BitBake's perspective.
     </para>
 
     <note>
@@ -411,7 +411,7 @@ Options:
 
     </section>
 
-</appendix>
+</chapter>
 <!-- 
 vim: expandtab tw=80 ts=4 spell spelllang=en_gb
 -->