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
pdf:
- poky-docbook-to-pdf poky-handbook.xml
+ ./poky-doc-tools/poky-docbook-to-pdf poky-handbook.xml
# -- old way --
# dblatex poky-handbook.xml
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 @@
<screenshot>
<mediaobject>
<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>
<caption>
<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 @@
<imageobject>
<imagedata fileref='common/poky-handbook.png'
format='SVG'
- align='center'/>
+ align='center' scalefit='1' width='100%'/>
</imageobject>
</mediaobject>
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 @@
<section id='structure-build-tmp-staging'>
<title><filename class="directory">build/tmp/staging/</filename></title>
-
<para>
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