summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--handbook/Makefile2
-rw-r--r--handbook/introduction.xml2
-rw-r--r--handbook/poky-handbook.xml2
-rw-r--r--handbook/ref-structure.xml1
4 files changed, 3 insertions, 4 deletions
diff --git a/handbook/Makefile b/handbook/Makefile
index 07580fd9aa..2c593cf652 100644
--- a/handbook/Makefile
+++ b/handbook/Makefile
@@ -2,7 +2,7 @@ all: html pdf
2 2
3pdf: 3pdf:
4 4
5 poky-docbook-to-pdf poky-handbook.xml 5 ./poky-doc-tools/poky-docbook-to-pdf poky-handbook.xml
6# -- old way -- 6# -- old way --
7# dblatex poky-handbook.xml 7# dblatex poky-handbook.xml
8 8
diff --git a/handbook/introduction.xml b/handbook/introduction.xml
index c60430f8a8..312406dd80 100644
--- a/handbook/introduction.xml
+++ b/handbook/introduction.xml
@@ -58,7 +58,7 @@
58 <screenshot> 58 <screenshot>
59 <mediaobject> 59 <mediaobject>
60 <imageobject> 60 <imageobject>
61 <imagedata fileref="screenshots/ss-sato.png" format="PNG"/> 61 <imagedata fileref="screenshots/ss-sato.png" format="PNG" align='center' scalefit='1' width="100%" contentdepth="100%"/>
62 </imageobject> 62 </imageobject>
63 <caption> 63 <caption>
64 <para>The Sato Desktop - A screenshot from a machine running a Poky built image</para> 64 <para>The Sato Desktop - A screenshot from a machine running a Poky built image</para>
diff --git a/handbook/poky-handbook.xml b/handbook/poky-handbook.xml
index 67d009506f..dd709d7994 100644
--- a/handbook/poky-handbook.xml
+++ b/handbook/poky-handbook.xml
@@ -11,7 +11,7 @@
11 <imageobject> 11 <imageobject>
12 <imagedata fileref='common/poky-handbook.png' 12 <imagedata fileref='common/poky-handbook.png'
13 format='SVG' 13 format='SVG'
14 align='center'/> 14 align='center' scalefit='1' width='100%'/>
15 </imageobject> 15 </imageobject>
16 </mediaobject> 16 </mediaobject>
17 17
diff --git a/handbook/ref-structure.xml b/handbook/ref-structure.xml
index 8a564e77b3..924e5a5dc3 100644
--- a/handbook/ref-structure.xml
+++ b/handbook/ref-structure.xml
@@ -218,7 +218,6 @@
218 218
219 <section id='structure-build-tmp-staging'> 219 <section id='structure-build-tmp-staging'>
220 <title><filename class="directory">build/tmp/staging/</filename></title> 220 <title><filename class="directory">build/tmp/staging/</filename></title>
221
222 <para> 221 <para>
223 Any package needing to share output with other packages does so within staging. 222 Any package needing to share output with other packages does so within staging.
224 This means it contains any shared header files and any shared libraries amongst 223 This means it contains any shared header files and any shared libraries amongst