summaryrefslogtreecommitdiffstats
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
parent2db4088ceddd65892c718363592c398d37a82d5c (diff)
downloadast2050-yocto-poky-cfc1d5043b6b85e3eb51e211491d8e4ba328c50f.zip
ast2050-yocto-poky-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>
-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 4cc3486..e98b280 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -620,10 +620,9 @@
</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>
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index 27ee6ec..b616656 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -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>
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index aabe9e7..f83844e 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -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>
@@ -507,7 +507,7 @@
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
-->
OpenPOWER on IntegriCloud