summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-07-16 11:02:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-17 10:54:11 +0100
commitcfc1d5043b6b85e3eb51e211491d8e4ba328c50f (patch)
treeb22f565aa58beadcf9c4170ab41fe4e718776005 /documentation
parent2db4088ceddd65892c718363592c398d37a82d5c (diff)
downloadpoky-cfc1d5043b6b85e3eb51e211491d8e4ba328c50f.tar.gz
documentation: converted ref-variables-gloss to 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-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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml7
-rw-r--r--documentation/poky-ref-manual/introduction.xml4
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml12
3 files changed, 11 insertions, 12 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index 4cc348682c..e98b280240 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -620,10 +620,9 @@
620 </para> 620 </para>
621 621
622 <para> 622 <para>
623 The appendix 623 The
624 <ulink url='&YOCTO_DOCS_REF_URL;#ref-variables-glos'> 624 <ulink url='&YOCTO_DOCS_REF_URL;#ref-variables-glos'>Variables Glossary</ulink> chapter in the
625 Reference: Variables Glossary</ulink> in the Yocto Project Reference Manual has more information 625 Yocto Project Reference Manual has more information on configuration variables.
626 on configuration variables.
627 </para> 626 </para>
628</section> 627</section>
629 628
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index 27ee6ec039..b616656406 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -69,8 +69,8 @@
69 This chapter describes mechanisms for creating distribution, machine, and image 69 This chapter describes mechanisms for creating distribution, machine, and image
70 features during the build process using the OpenEmbedded build system.</para></listitem> 70 features during the build process using the OpenEmbedded build system.</para></listitem>
71 <listitem><para><emphasis> 71 <listitem><para><emphasis>
72 <link linkend='ref-variables-glos'>Reference: Variables Glossary</link>:</emphasis> 72 <link linkend='ref-variables-glos'>Variables Glossary</link>:</emphasis>
73 This appendix presents most variables used by the OpenEmbedded build system, which 73 This chapter presents most variables used by the OpenEmbedded build system, which
74 using BitBake. 74 using BitBake.
75 Entries describe the function of the variable and how to apply them. 75 Entries describe the function of the variable and how to apply them.
76 </para></listitem> 76 </para></listitem>
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index aabe9e767c..f83844e0a7 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1,14 +1,14 @@
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<!-- Dummy chapter --> 5<!-- Dummy chapter -->
6<appendix id='ref-variables-glos'> 6<chapter id='ref-variables-glos'>
7 7
8<title>Reference: Variables Glossary</title> 8<title>Variables Glossary</title>
9 9
10<para> 10<para>
11 This section lists common variables used in the OpenEmbedded build system and gives an overview 11 This chapter lists common variables used in the OpenEmbedded build system and gives an overview
12 of their function and contents. 12 of their function and contents.
13</para> 13</para>
14 14
@@ -507,7 +507,7 @@
507 For additional information on how the build process gets source files 507 For additional information on how the build process gets source files
508 when working behind a firewall or proxy server, see the 508 when working behind a firewall or proxy server, see the
509 "<link linkend='how-does-the-yocto-project-obtain-source-code-and-will-it-work-behind-my-firewall-or-proxy-server'>FAQ</link>" 509 "<link linkend='how-does-the-yocto-project-obtain-source-code-and-will-it-work-behind-my-firewall-or-proxy-server'>FAQ</link>"
510 appendix. 510 chapter.
511 </para> 511 </para>
512 </glossdef> 512 </glossdef>
513 513
@@ -1982,7 +1982,7 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
1982<!-- </glossdiv>--> 1982<!-- </glossdiv>-->
1983 1983
1984</glossary> 1984</glossary>
1985</appendix> 1985</chapter>
1986<!-- 1986<!--
1987vim: expandtab tw=80 ts=4 1987vim: expandtab tw=80 ts=4
1988--> 1988-->