summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/Makefile6
-rw-r--r--documentation/poky-ref-manual/bsp-guide.xml2
-rw-r--r--documentation/poky-ref-manual/poky-handbook.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile
index 0ee87a133c..5c5761c401 100644
--- a/documentation/poky-ref-manual/Makefile
+++ b/documentation/poky-ref-manual/Makefile
@@ -1,12 +1,12 @@
1all: html pdf tarball 1all: html pdf tarball
2 2
3pdf: 3pdf:
4 cd ..; ./tools/poky-docbook-to-pdf ./poky-ref-manual/poky-handbook.xml ./template 4 ../tools/poky-docbook-to-pdf poky-handbook.xml ../template
5 cd ..; ./tools/poky-docbook-to-pdf ./poky-ref-manual/bsp-guide.xml ./template 5 ../tools/poky-docbook-to-pdf bsp-guide.xml ../template
6 6
7XSLTOPTS = --stringparam html.stylesheet style.css \ 7XSLTOPTS = --stringparam html.stylesheet style.css \
8 --stringparam chapter.autolabel 1 \ 8 --stringparam chapter.autolabel 1 \
9 --stringparam appendix.autolabel 1 \ 9 --stringparam appendix.autolabel A \
10 --stringparam section.autolabel 1 \ 10 --stringparam section.autolabel 1 \
11 --stringparam section.label.includes.component.label 1 \ 11 --stringparam section.label.includes.component.label 1 \
12 --xinclude 12 --xinclude
diff --git a/documentation/poky-ref-manual/bsp-guide.xml b/documentation/poky-ref-manual/bsp-guide.xml
index 2f4906c173..a1752bf535 100644
--- a/documentation/poky-ref-manual/bsp-guide.xml
+++ b/documentation/poky-ref-manual/bsp-guide.xml
@@ -9,7 +9,7 @@
9 9
10 <mediaobject> 10 <mediaobject>
11 <imageobject> 11 <imageobject>
12 <imagedata fileref='template/poky-handbook.png' 12 <imagedata fileref='poky-handbook.png'
13 format='SVG' 13 format='SVG'
14 align='center' scalefit='1' width='100%'/> 14 align='center' scalefit='1' width='100%'/>
15 </imageobject> 15 </imageobject>
diff --git a/documentation/poky-ref-manual/poky-handbook.xml b/documentation/poky-ref-manual/poky-handbook.xml
index fb2bc80df3..445217c786 100644
--- a/documentation/poky-ref-manual/poky-handbook.xml
+++ b/documentation/poky-ref-manual/poky-handbook.xml
@@ -9,7 +9,7 @@
9 9
10 <mediaobject> 10 <mediaobject>
11 <imageobject> 11 <imageobject>
12 <imagedata fileref='template/poky-handbook.png' 12 <imagedata fileref='poky-handbook.png'
13 format='SVG' 13 format='SVG'
14 align='center' scalefit='1' width='100%'/> 14 align='center' scalefit='1' width='100%'/>
15 </imageobject> 15 </imageobject>