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/adt-manual/adt-prepare.xml | |
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/adt-manual/adt-prepare.xml')
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |