From 37eb4e2b9391af2aa9f446c9be6c1126f97a1f47 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 15 Oct 2010 12:14:28 +0100 Subject: documentation/handbook: Tweak Makefiles and paths after path changes Signed-off-by: Richard Purdie --- documentation/tools/poky-docbook-to-pdf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'documentation/tools') 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 \ --stringparam body.font.master 9 \ --stringparam title.font.master 11 \ --stringparam draft.watermark.image "$TEMPLATEDIR/draft.png" \ + --stringparam chapter.autolabel 1 \ + --stringparam appendix.autolabel A \ + --stringparam section.autolabel 1 \ + --stringparam section.label.includes.component.label 1 \ --output $FO \ $TEMPLATEDIR/poky-db-pdf.xsl \ $1 || exit 1 -echo fop -c $TEMPLATEDIR/fop-config.xml -fo $FO -pdf $PDF || exit 1 + fop -c $TEMPLATEDIR/fop-config.xml -fo $FO -pdf $PDF || exit 1 rm -f $FO -- cgit v1.2.3-54-g00ecf