[poky] [PATCH 03/13] documentation/adt-manual/adt-manual.xml: Initial file

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


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

This is the initial file that the Makefile calls.  The changes in this
commit reflect edits taking it from the copied kernel manual version.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark at intel.com>
---
 documentation/adt-manual/adt-manual.xml |   26 +++++++++++++++-----------
 1 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/documentation/adt-manual/adt-manual.xml b/documentation/adt-manual/adt-manual.xml
index e9a9ed3..9c08d7f 100644
--- a/documentation/adt-manual/adt-manual.xml
+++ b/documentation/adt-manual/adt-manual.xml
@@ -1,7 +1,7 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 
-<book id='kernel-manual' lang='en' 
+<book id='adt-manual' lang='en' 
       xmlns:xi="http://www.w3.org/2003/XInclude"
       xmlns="http://docbook.org/ns/docbook"
       >
@@ -9,7 +9,7 @@
 
         <mediaobject>
             <imageobject>
-                <imagedata fileref='figures/kernel-title.png' 
+                <imagedata fileref='figures/adt-title.png' 
                     format='SVG' 
                     align='left' scalefit='1' width='100%'/>
             </imageobject>    
@@ -19,19 +19,19 @@
 
         <authorgroup>
             <author>
-                <firstname>Bruce</firstname> <surname>Ashfield</surname>
+                <firstname>Jessica</firstname> <surname>Zhang</surname>
                 <affiliation>
-                    <orgname>Wind River Corporation</orgname>
+                    <orgname>Intel Corporation</orgname>
                 </affiliation>
-                <email>bruce.ashfield at windriver.com</email>
+                <email>jessica.zhang at intel.com</email>
             </author>
         </authorgroup>
 
         <revhistory>
             <revision>
-                <revnumber>0.9</revnumber>
-                <date>24 November 2010</date>
-                <revremark>Beta Draft</revremark>
+                <revnumber>1.0</revnumber>
+                <date>14 March 2011</date>
+                <revremark>Initial Document released with Yocto Project 1.0.</revremark>
             </revision>
         </revhistory>
 
@@ -49,11 +49,15 @@
 
     </bookinfo>
 
-    <xi:include href="kernel-doc-intro.xml"/>
+    <xi:include href="adt-intro.xml"/>
 
-    <xi:include href="kernel-concepts.xml"/>
+    <xi:include href="adt-prepare.xml"/>
 
-    <xi:include href="kernel-how-to.xml"/>
+    <xi:include href="adt-package.xml"/>
+
+    <xi:include href="adt-eclipse.xml"/>
+
+    <xi:include href="adt-command.xml"/>
 
 <!--    <index id='index'>
       <title>Index</title>
-- 
1.7.1




More information about the poky mailing list