diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-01-16 09:59:06 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:49 +0000 |
commit | 1e0797adfe4d47d0b712c942bcb795d4c7d19bfa (patch) | |
tree | 67b7dd1056f0d9a1d0e496fabb52fbebdb89818a /documentation | |
parent | 48559ff1de3d35d78625f02c846520dba573528d (diff) | |
download | poky-1e0797adfe4d47d0b712c942bcb795d4c7d19bfa.tar.gz |
documentation: Removed redundant ID tags that were throwing warnings
When you "make" the mega-manual, there were four tags across the
various manuals where the same string "id='intro'" occurred. This
causes warnings during the make process. I updated the strings to
be unique. There are no cross-references to these so no collateral
issues were caused.
(From yocto-docs rev: d0e770e0ad797031a75e2373a41723408b4b051c)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
4 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml index 21fba29670..634dab52e8 100644 --- a/documentation/dev-manual/dev-manual-intro.xml +++ b/documentation/dev-manual/dev-manual-intro.xml | |||
@@ -5,7 +5,7 @@ | |||
5 | <chapter id='dev-manual-intro'> | 5 | <chapter id='dev-manual-intro'> |
6 | 6 | ||
7 | <title>The Yocto Project Development Manual</title> | 7 | <title>The Yocto Project Development Manual</title> |
8 | <section id='intro'> | 8 | <section id='dev-intro'> |
9 | <title>Introduction</title> | 9 | <title>Introduction</title> |
10 | 10 | ||
11 | <para> | 11 | <para> |
diff --git a/documentation/profile-manual/profile-manual-intro.xml b/documentation/profile-manual/profile-manual-intro.xml index 0d3f5a6099..cc47f5267b 100644 --- a/documentation/profile-manual/profile-manual-intro.xml +++ b/documentation/profile-manual/profile-manual-intro.xml | |||
@@ -5,7 +5,7 @@ | |||
5 | <chapter id='profile-manual-intro'> | 5 | <chapter id='profile-manual-intro'> |
6 | 6 | ||
7 | <title>Yocto Project Profiling and Tracing Manual</title> | 7 | <title>Yocto Project Profiling and Tracing Manual</title> |
8 | <section id='intro'> | 8 | <section id='profile-intro'> |
9 | <title>Introduction</title> | 9 | <title>Introduction</title> |
10 | 10 | ||
11 | <para> | 11 | <para> |
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index ae6c50fbfa..2f84b28b28 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
@@ -2,7 +2,7 @@ | |||
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 | <chapter id='intro'> | 5 | <chapter id='ref-manual-intro'> |
6 | <title>Introduction</title> | 6 | <title>Introduction</title> |
7 | 7 | ||
8 | <section id='intro-welcome'> | 8 | <section id='intro-welcome'> |
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 9f1a4fbb36..8fe9b766e6 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -2,7 +2,7 @@ | |||
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 | <article id='intro'> | 5 | <article id='yocto-project-qs-intro'> |
6 | <articleinfo> | 6 | <articleinfo> |
7 | <title>Yocto Project Quick Start</title> | 7 | <title>Yocto Project Quick Start</title> |
8 | 8 | ||