diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-15 12:14:28 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-15 12:14:28 +0100 |
commit | 37eb4e2b9391af2aa9f446c9be6c1126f97a1f47 (patch) | |
tree | c1d01f713bc83b75d648ce660c663dfa38f75c6b /documentation/tools | |
parent | 94c2a3c0ab1823639a0f11fdc9e4bb9e49b07609 (diff) | |
download | poky-37eb4e2b9391af2aa9f446c9be6c1126f97a1f47.tar.gz |
documentation/handbook: Tweak Makefiles and paths after path changes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'documentation/tools')
-rwxr-xr-x | documentation/tools/poky-docbook-to-pdf | 6 |
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 | ||
37 | echo fop -c $TEMPLATEDIR/fop-config.xml -fo $FO -pdf $PDF || exit 1 | 41 | |
38 | fop -c $TEMPLATEDIR/fop-config.xml -fo $FO -pdf $PDF || exit 1 | 42 | fop -c $TEMPLATEDIR/fop-config.xml -fo $FO -pdf $PDF || exit 1 |
39 | 43 | ||
40 | rm -f $FO | 44 | rm -f $FO |