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>
This commit is contained in:
Scott Rifenbark
2012-07-16 11:02:19 -07:00
committed by Richard Purdie
parent 2db4088ced
commit cfc1d5043b
3 changed files with 11 additions and 12 deletions

View File

@@ -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>

View 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>

View 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>
@@ -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
-->