handbook: Various tweaks for recent fop/pdf generation

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-03-18 15:37:59 +00:00 committed by Joshua Lock
parent 55e159c873
commit 82925e8d7f
4 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@ all: html pdf
pdf: pdf:
poky-docbook-to-pdf poky-handbook.xml ./poky-doc-tools/poky-docbook-to-pdf poky-handbook.xml
# -- old way -- # -- old way --
# dblatex poky-handbook.xml # dblatex poky-handbook.xml

View File

@ -58,7 +58,7 @@
<screenshot> <screenshot>
<mediaobject> <mediaobject>
<imageobject> <imageobject>
<imagedata fileref="screenshots/ss-sato.png" format="PNG"/> <imagedata fileref="screenshots/ss-sato.png" format="PNG" align='center' scalefit='1' width="100%" contentdepth="100%"/>
</imageobject> </imageobject>
<caption> <caption>
<para>The Sato Desktop - A screenshot from a machine running a Poky built image</para> <para>The Sato Desktop - A screenshot from a machine running a Poky built image</para>

View File

@ -11,7 +11,7 @@
<imageobject> <imageobject>
<imagedata fileref='common/poky-handbook.png' <imagedata fileref='common/poky-handbook.png'
format='SVG' format='SVG'
align='center'/> align='center' scalefit='1' width='100%'/>
</imageobject> </imageobject>
</mediaobject> </mediaobject>

View File

@ -218,7 +218,6 @@
<section id='structure-build-tmp-staging'> <section id='structure-build-tmp-staging'>
<title><filename class="directory">build/tmp/staging/</filename></title> <title><filename class="directory">build/tmp/staging/</filename></title>
<para> <para>
Any package needing to share output with other packages does so within staging. Any package needing to share output with other packages does so within staging.
This means it contains any shared header files and any shared libraries amongst This means it contains any shared header files and any shared libraries amongst