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/yocto-project-qs | |
| 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/yocto-project-qs')
| -rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||
