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/poky-ref-manual/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/poky-ref-manual/Makefile') diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile index 0ee87a133..5c5761c40 100644 --- a/documentation/poky-ref-manual/Makefile +++ b/documentation/poky-ref-manual/Makefile @@ -1,12 +1,12 @@ all: html pdf tarball pdf: - cd ..; ./tools/poky-docbook-to-pdf ./poky-ref-manual/poky-handbook.xml ./template - cd ..; ./tools/poky-docbook-to-pdf ./poky-ref-manual/bsp-guide.xml ./template + ../tools/poky-docbook-to-pdf poky-handbook.xml ../template + ../tools/poky-docbook-to-pdf bsp-guide.xml ../template XSLTOPTS = --stringparam html.stylesheet style.css \ --stringparam chapter.autolabel 1 \ - --stringparam appendix.autolabel 1 \ + --stringparam appendix.autolabel A \ --stringparam section.autolabel 1 \ --stringparam section.label.includes.component.label 1 \ --xinclude -- cgit v1.2.3