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

(From yocto-docs rev: d666a3f6581bb114c6c15d63ef850678c398b247)

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

index b616656406ed64a031dcb7d0906cd46773a17223..55889ac4eed528a24a1cff73dd6c4c4a35fd8eee 100644 (file)
@@ -75,8 +75,8 @@
                 Entries describe the function of the variable and how to apply them.
                 </para></listitem>
             <listitem><para><emphasis>
-                <link linkend='ref-varlocality'>Reference: Variable Context</link>:</emphasis> 
-                This appendix provides variable locality or context.</para></listitem>
+                <link linkend='ref-varlocality'>Variable Context</link>:</emphasis> 
+                This chapter provides variable locality or context.</para></listitem>
             <listitem><para><emphasis>
                 <link linkend='faq'>Reference: FAQ</link>:</emphasis> 
                 This appendix provides answers for commonly asked questions in the Yocto Project
index f3d25717985acbfb7d37d09f92d1f07a18c1380d..54491ce9dfbf7462cc8b34952952322e3e90e538 100644 (file)
@@ -1,16 +1,16 @@
-<!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-varlocality'>
-    <title>Reference: Variable Context</title>
+<chapter id='ref-varlocality'>
+    <title>Variable Context</title>
 
     <para>
         While most variables can be used in almost any context such as 
         <filename>.conf</filename>, <filename>.bbclass</filename>,
         <filename>.inc</filename>, and <filename>.bb</filename> files,
         some variables are often associated with a particular locality or context. 
-        This appendix describes some common associations.
+        This chapter describes some common associations.
     </para>
 
     <section id='ref-varlocality-configuration'>
             </para>
         </section>
     </section>
-</appendix>
+</chapter>
 <!-- 
 vim: expandtab tw=80 ts=4 spell spelllang=en_gb
 -->