diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-18 15:37:59 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-18 15:37:59 +0000 |
commit | 05324ae0cd65cfcf5eea24ea3f567f0852d0912f (patch) | |
tree | ff4099ebcc2f9152c514bff8fb07bb5b7be1a970 | |
parent | 4c07b33f14be18dff41ba4eeff9507a706952d86 (diff) | |
download | openembedded-core-05324ae0cd65cfcf5eea24ea3f567f0852d0912f.tar.gz openembedded-core-05324ae0cd65cfcf5eea24ea3f567f0852d0912f.tar.bz2 openembedded-core-05324ae0cd65cfcf5eea24ea3f567f0852d0912f.zip |
handbook: Various tweaks for recent fop/pdf generation
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | handbook/Makefile | 2 | ||||
-rw-r--r-- | handbook/introduction.xml | 2 | ||||
-rw-r--r-- | handbook/poky-handbook.xml | 2 | ||||
-rw-r--r-- | handbook/ref-structure.xml | 2 |
4 files changed, 4 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 a420a59218..c80097ee18 100644 --- a/handbook/ref-structure.xml +++ b/handbook/ref-structure.xml @@ -216,7 +216,7 @@ </para> </section> - <section id='structure-build-tmp-sysroots> + <section id='structure-build-tmp-sysroots'> <title><filename class="directory">build/tmp/sysroots/</filename></title> <para> |