diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-03-14 15:27:51 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-16 13:38:02 +0000 |
commit | d30460c835c51dcc9301bcd848ceda29ba9ceeb6 (patch) | |
tree | 0fbe9f5b936af02b3f4b3eb891548ce62b820ee6 /documentation | |
parent | 50c61a4fe2f4ad65d6934a3ec3799e6a64709ed3 (diff) | |
download | openembedded-core-d30460c835c51dcc9301bcd848ceda29ba9ceeb6.tar.gz openembedded-core-d30460c835c51dcc9301bcd848ceda29ba9ceeb6.tar.bz2 openembedded-core-d30460c835c51dcc9301bcd848ceda29ba9ceeb6.zip |
documentation/adt-manual: cleaned up labels in chapter files
The initial chapters were failing to make due to duplicate section
identifiers that were created when I copied in the original files.
I gave each of the five chapter files (adt-command.xml, adt-eclipse.xml,
adt-intro.xml, adt-package.xml, and adt-prepare.xml) unique identifier
tags.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/adt-manual/adt-command.xml | 4 | ||||
-rw-r--r-- | documentation/adt-manual/adt-eclipse.xml | 4 | ||||
-rw-r--r-- | documentation/adt-manual/adt-intro.xml | 2 | ||||
-rw-r--r-- | documentation/adt-manual/adt-package.xml | 4 | ||||
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml index 05e5443b85..d459d508a9 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml @@ -1,11 +1,11 @@ <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> -<chapter id='kernel-doc-intro'> +<chapter id='adt-command'> <title>Yocto Project Kernel Architecture and Use Manual</title> -<section id='book-intro'> +<section id='command'> <title>Introduction</title> <para> The Yocto Project presents the kernel as a fully patched, history-clean git diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index 05e5443b85..2bb5bd5125 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml @@ -1,11 +1,11 @@ <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> -<chapter id='kernel-doc-intro'> +<chapter id='adt-eclipse'> <title>Yocto Project Kernel Architecture and Use Manual</title> -<section id='book-intro'> +<section id='eclipse'> <title>Introduction</title> <para> The Yocto Project presents the kernel as a fully patched, history-clean git diff --git a/documentation/adt-manual/adt-intro.xml b/documentation/adt-manual/adt-intro.xml index 05e5443b85..c1e283a65f 100644 --- a/documentation/adt-manual/adt-intro.xml +++ b/documentation/adt-manual/adt-intro.xml @@ -1,7 +1,7 @@ <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> -<chapter id='kernel-doc-intro'> +<chapter id='adt-intro'> <title>Yocto Project Kernel Architecture and Use Manual</title> diff --git a/documentation/adt-manual/adt-package.xml b/documentation/adt-manual/adt-package.xml index 05e5443b85..6139442ab5 100644 --- a/documentation/adt-manual/adt-package.xml +++ b/documentation/adt-manual/adt-package.xml @@ -1,11 +1,11 @@ <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> -<chapter id='kernel-doc-intro'> +<chapter id='adt-package'> <title>Yocto Project Kernel Architecture and Use Manual</title> -<section id='book-intro'> +<section id='package'> <title>Introduction</title> <para> The Yocto Project presents the kernel as a fully patched, history-clean git diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 05e5443b85..928a09100b 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -1,11 +1,11 @@ <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> -<chapter id='kernel-doc-intro'> +<chapter id='adt-prepare'> <title>Yocto Project Kernel Architecture and Use Manual</title> -<section id='book-intro'> +<section id='prepare'> <title>Introduction</title> <para> The Yocto Project presents the kernel as a fully patched, history-clean git |