diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-08-21 18:26:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:54:58 +0100 |
commit | 9df4aa6d8cca21bcfc4367a3d11f7b19b4b5fb17 (patch) | |
tree | 0d9f343f0bd6f6cd703dd3517a04437c304b3378 /documentation/dev-manual | |
parent | 923563477eb48a1c5474d8f122f15e869fdd4cfa (diff) | |
download | poky-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/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-intro.xml | 3 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 5 |
2 files changed, 3 insertions, 5 deletions
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> |