summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-08-21 18:26:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-04 12:54:58 +0100
commit9df4aa6d8cca21bcfc4367a3d11f7b19b4b5fb17 (patch)
tree0d9f343f0bd6f6cd703dd3517a04437c304b3378 /documentation
parent923563477eb48a1c5474d8f122f15e869fdd4cfa (diff)
downloadpoky-9df4aa6d8cca21bcfc4367a3d11f7b19b4b5fb17.tar.gz
documentation: Manual reference fixes for mega-manual processing
I fixed several occurences of cross-references to whole manuals where the formatting was split in the <ulink> statement. The <ulink> tag and the manual title must be on one DocBook line in order for the sed scripts to correctly process the links when the mega-manual is created. (From yocto-docs rev: 0dee12d518c892f59c0446e1c7b5d0f71b6ee22b) 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/bsp-guide/bsp.xml4
-rw-r--r--documentation/dev-manual/dev-manual-intro.xml3
-rw-r--r--documentation/dev-manual/dev-manual-start.xml5
-rw-r--r--documentation/poky-ref-manual/introduction.xml8
4 files changed, 8 insertions, 12 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index d2927cd762..0c7ead50f1 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -83,8 +83,8 @@
83 For more detailed information on layers, see the 83 For more detailed information on layers, see the
84 "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" 84 "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
85 section of the Yocto Project Development Manual. 85 section of the Yocto Project Development Manual.
86 You can also see the detailed examples in the appendices of 86 You can also see the detailed examples in the appendices of the
87 <ulink url='&YOCTO_DOCS_DEV_URL;'>the Yocto Project Development Manual</ulink>. 87 <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Manual</ulink>.
88 </para> 88 </para>
89 </section> 89 </section>
90 90
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index 0f338e7e0a..87da378161 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -65,8 +65,7 @@
65 <listitem><para>Reference material. 65 <listitem><para>Reference material.
66 This type of material resides in an appropriate reference manual. 66 This type of material resides in an appropriate reference manual.
67 For example, system variables are documented in the 67 For example, system variables are documented in the
68 <ulink url='&YOCTO_DOCS_REF_URL;'> 68 <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual</ulink>.</para></listitem>
69 Yocto Project Reference Manual</ulink>.</para></listitem>
70 <listitem><para>Detailed public information that is not specific to the Yocto Project. 69 <listitem><para>Detailed public information that is not specific to the Yocto Project.
71 For example, exhaustive information on how to use Git is covered better through the 70 For example, exhaustive information on how to use Git is covered better through the
72 Internet than in this manual.</para></listitem> 71 Internet than in this manual.</para></listitem>
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index b6b28775e5..0d211807bc 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -9,9 +9,8 @@
9<para> 9<para>
10 This chapter introduces the Yocto Project and gives you an idea of what you need to get started. 10 This chapter introduces the Yocto Project and gives you an idea of what you need to get started.
11 You can find enough information to set up your development host and build or use images for 11 You can find enough information to set up your development host and build or use images for
12 hardware supported by the Yocto Project by reading 12 hardware supported by the Yocto Project by reading the
13 <ulink url='&YOCTO_DOCS_QS_URL;'> 13 <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink>.
14 the Yocto Project Quick Start</ulink>.
15</para> 14</para>
16 15
17<para> 16<para>
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index 425d6d2cb9..8713239442 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -16,11 +16,9 @@
16 is based on the Poky project, to construct complete Linux images. 16 is based on the Poky project, to construct complete Linux images.
17 You can find complete introductory and getting started information on the Yocto Project 17 You can find complete introductory and getting started information on the Yocto Project
18 by reading the 18 by reading the
19 <ulink url='&YOCTO_DOCS_QS_URL;'> 19 <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink>.
20 Yocto Project Quick Start</ulink>. 20 For task-based information using the Yocto Project, see the
21 For task-based information using the Yocto Project, see 21 <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Manual</ulink>.
22 <ulink url='&YOCTO_DOCS_DEV_URL;'>
23 the Yocto Project Development Manual</ulink>.
24 You can also find lots of information on the Yocto Project on the 22 You can also find lots of information on the Yocto Project on the
25 <ulink url="&YOCTO_HOME_URL;">Yocto Project website</ulink>. 23 <ulink url="&YOCTO_HOME_URL;">Yocto Project website</ulink>.
26 </para> 24 </para>