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/bsp-guide | |
| 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/bsp-guide')
| -rw-r--r-- | documentation/bsp-guide/bsp.xml | 4 |
1 files changed, 2 insertions, 2 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 | ||
