aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-01-16 09:59:06 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:16:49 +0000
commit1e0797adfe4d47d0b712c942bcb795d4c7d19bfa (patch)
tree67b7dd1056f0d9a1d0e496fabb52fbebdb89818a
parent48559ff1de3d35d78625f02c846520dba573528d (diff)
downloadopenembedded-core-contrib-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>
-rw-r--r--documentation/dev-manual/dev-manual-intro.xml2
-rw-r--r--documentation/profile-manual/profile-manual-intro.xml2
-rw-r--r--documentation/ref-manual/introduction.xml2
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml2
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 @@
<chapter id='dev-manual-intro'>
<title>The Yocto Project Development Manual</title>
- <section id='intro'>
+ <section id='dev-intro'>
<title>Introduction</title>
<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 @@
<chapter id='profile-manual-intro'>
<title>Yocto Project Profiling and Tracing Manual</title>
- <section id='intro'>
+ <section id='profile-intro'>
<title>Introduction</title>
<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 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
-<chapter id='intro'>
+<chapter id='ref-manual-intro'>
<title>Introduction</title>
<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 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
-<article id='intro'>
+<article id='yocto-project-qs-intro'>
<articleinfo>
<title>Yocto Project Quick Start</title>