diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-10-22 09:14:20 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-27 07:51:02 +0100 |
commit | 2ccf2b358ddf54988b34497fa77a0a19a4c585e4 (patch) | |
tree | a54ca32fb833a03f0386c0d9fd3af7528ef622f9 | |
parent | 27e2d19e6dbe2b3752ed2d81ae191b7f391ab8b2 (diff) | |
download | openembedded-core-2ccf2b358ddf54988b34497fa77a0a19a4c585e4.tar.gz openembedded-core-2ccf2b358ddf54988b34497fa77a0a19a4c585e4.tar.bz2 openembedded-core-2ccf2b358ddf54988b34497fa77a0a19a4c585e4.zip |
Re-installed the Poky Handbook image at the top of the manual
I could not get the Yocto Project logo to appear correctly in the book
after the title. I also decided that since Poky is by no means
going away that this book should have that image associated with it
as it is the Poky Reference Manual.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
-rw-r--r-- | documentation/poky-ref-manual/poky-ref-manual.xml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/documentation/poky-ref-manual/poky-ref-manual.xml index a6f095c9ca..889aac89bd 100644 --- a/documentation/poky-ref-manual/poky-ref-manual.xml +++ b/documentation/poky-ref-manual/poky-ref-manual.xml @@ -6,11 +6,17 @@ xmlns="http://docbook.org/ns/docbook" > <bookinfo> - <title>Poky Reference Manual</title> - <subtitle>A Guide and Reference to Poky - <imagedata fileref="figures/yocto-project-transp.png" - width="6in" depth="2in" align="center" scale="50" /></subtitle> + + <mediaobject> + <imageobject> + <imagedata fileref='figures/poky-ref-manual.png' + format='SVG' + align='center' scalefit='1' width='100%'/> + </imageobject> + </mediaobject> + <title>Poky Reference Manual</title> + <subtitle>A Guide and Reference to Poky</subtitle> <authorgroup> <author> <firstname>Richard</firstname> <surname>Purdie</surname> @@ -37,8 +43,8 @@ <revhistory> <revision> - <revnumber>3.3+git</revnumber> - <date>20 Sept 2010</date> + <revnumber>4.0+git</revnumber> + <date>27 Oct 2010</date> <revremark>Poky Master Documentation</revremark> </revision> </revhistory> |