]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation: converted ref-variables-gloss to chapter.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 16 Jul 2012 18:02:19 +0000 (11:02 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jul 2012 09:54:11 +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-varibales-gloss" appendix to a chapter and
made sure any references in the doc set use the proper term now
(chapter).

(From yocto-docs rev: 3f541c20c7aff1012eb4c06cb856bf9795124822)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/dev-manual-bsp-appendix.xml
documentation/poky-ref-manual/introduction.xml
documentation/poky-ref-manual/ref-variables.xml

index 4cc348682cece4cbc8fd12878aad8bd3873eceb9..e98b280240bf8bb0fc0578e53d4c6d6d76b4fdf5 100644 (file)
     </para>
 
     <para>
-        The appendix 
-        <ulink url='&YOCTO_DOCS_REF_URL;#ref-variables-glos'>
-        Reference: Variables Glossary</ulink> in the Yocto Project Reference Manual has more information 
-         on configuration variables.
+        The  
+        <ulink url='&YOCTO_DOCS_REF_URL;#ref-variables-glos'>Variables Glossary</ulink> chapter in the 
+        Yocto Project Reference Manual has more information on configuration variables.
     </para>
 </section>
 
index 27ee6ec039bc14b0c446725c7fea1d3bab200d0f..b616656406ed64a031dcb7d0906cd46773a17223 100644 (file)
@@ -69,8 +69,8 @@
                 This chapter describes mechanisms for creating distribution, machine, and image 
                 features during the build process using the OpenEmbedded build system.</para></listitem>
             <listitem><para><emphasis>
-                <link linkend='ref-variables-glos'>Reference: Variables Glossary</link>:</emphasis> 
-                This appendix presents most variables used by the OpenEmbedded build system, which
+                <link linkend='ref-variables-glos'>Variables Glossary</link>:</emphasis> 
+                This chapter presents most variables used by the OpenEmbedded build system, which
                 using BitBake.
                 Entries describe the function of the variable and how to apply them.
                 </para></listitem>
index aabe9e767c356618a5dfd55c1d7f9bb3d54e5ce1..f83844e0a78db6b09ef411157ad2e24146e1aeb5 100644 (file)
@@ -1,14 +1,14 @@
-<!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; ] >
 
 <!-- Dummy chapter -->
-<appendix id='ref-variables-glos'>
+<chapter id='ref-variables-glos'>
 
-<title>Reference: Variables Glossary</title>
+<title>Variables Glossary</title>
 
 <para>
-    This section lists common variables used in the OpenEmbedded build system and gives an overview
+    This chapter lists common variables used in the OpenEmbedded build system and gives an overview
     of their function and contents.
 </para>
 
                     For additional information on how the build process gets source files
                     when working behind a firewall or proxy server, see the
                     "<link linkend='how-does-the-yocto-project-obtain-source-code-and-will-it-work-behind-my-firewall-or-proxy-server'>FAQ</link>"
-                    appendix.
+                    chapter.
                 </para>
             </glossdef>
 
@@ -1982,7 +1982,7 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
 <!--            </glossdiv>-->
 
 </glossary>
-</appendix>
+</chapter>
 <!-- 
 vim: expandtab tw=80 ts=4 
 -->