[poky] [PATCH 05/13] documentation/adt-manual: cleaned up labels in chapter files

scott.m.rifenbark at intel.com scott.m.rifenbark at intel.com
Tue Mar 15 16:43:22 PDT 2011


From: Scott Rifenbark <scott.m.rifenbark at intel.com>

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 at intel.com>
---
 documentation/adt-manual/adt-command.xml |    4 ++--
 documentation/adt-manual/adt-eclipse.xml |    4 ++--
 documentation/adt-manual/adt-intro.xml   |    2 +-
 documentation/adt-manual/adt-package.xml |    4 ++--
 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 05e5443..d459d50 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 05e5443..2bb5bd5 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 05e5443..c1e283a 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 05e5443..6139442 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 05e5443..928a091 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
-- 
1.7.1




More information about the poky mailing list