diff options
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/introduction.xml | 4 | ||||
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 12 |
2 files changed, 8 insertions, 8 deletions
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 | <!-- |
1987 | vim: expandtab tw=80 ts=4 | 1987 | vim: expandtab tw=80 ts=4 |
1988 | --> | 1988 | --> |