summaryrefslogtreecommitdiffstats
path: root/documentation/tools/poky-docbook-to-pdf
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/tools/poky-docbook-to-pdf')
-rwxr-xr-xdocumentation/tools/poky-docbook-to-pdf6
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/tools/poky-docbook-to-pdf b/documentation/tools/poky-docbook-to-pdf
index aa221c02bc..9ac0b828cf 100755
--- a/documentation/tools/poky-docbook-to-pdf
+++ b/documentation/tools/poky-docbook-to-pdf
@@ -30,11 +30,15 @@ xsltproc --xinclude \
30 --stringparam body.font.master 9 \ 30 --stringparam body.font.master 9 \
31 --stringparam title.font.master 11 \ 31 --stringparam title.font.master 11 \
32 --stringparam draft.watermark.image "$TEMPLATEDIR/draft.png" \ 32 --stringparam draft.watermark.image "$TEMPLATEDIR/draft.png" \
33 --stringparam chapter.autolabel 1 \
34 --stringparam appendix.autolabel A \
35 --stringparam section.autolabel 1 \
36 --stringparam section.label.includes.component.label 1 \
33 --output $FO \ 37 --output $FO \
34 $TEMPLATEDIR/poky-db-pdf.xsl \ 38 $TEMPLATEDIR/poky-db-pdf.xsl \
35 $1 || exit 1 39 $1 || exit 1
36 40
37echo fop -c $TEMPLATEDIR/fop-config.xml -fo $FO -pdf $PDF || exit 1 41
38fop -c $TEMPLATEDIR/fop-config.xml -fo $FO -pdf $PDF || exit 1 42fop -c $TEMPLATEDIR/fop-config.xml -fo $FO -pdf $PDF || exit 1
39 43
40rm -f $FO 44rm -f $FO