diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-03-14 14:38:54 -0600 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-16 13:38:02 +0000 | 
| commit | a7c2c126e4ab12e4ba13cd4cfad70b6556739bc5 (patch) | |
| tree | 466ca40b796984251a34123c45dfe01c9d0cc6ff | |
| parent | a4a9c47c1bd1e53652f73cc76f781f1c5df8adcc (diff) | |
| download | openembedded-core-a7c2c126e4ab12e4ba13cd4cfad70b6556739bc5.tar.gz openembedded-core-a7c2c126e4ab12e4ba13cd4cfad70b6556739bc5.tar.bz2 openembedded-core-a7c2c126e4ab12e4ba13cd4cfad70b6556739bc5.zip | |
documentation/adt-manual/adt-manual.xml: Initial file
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@intel.com>
| -rw-r--r-- | 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 e9a9ed38ba..9c08d7f487 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@windriver.com</email> +                <email>jessica.zhang@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> | 
