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 +++--- documentation/poky-ref-manual/bsp-guide.xml | 2 +- documentation/poky-ref-manual/poky-handbook.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation/poky-ref-manual') 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 diff --git a/documentation/poky-ref-manual/bsp-guide.xml b/documentation/poky-ref-manual/bsp-guide.xml index 2f4906c17..a1752bf53 100644 --- a/documentation/poky-ref-manual/bsp-guide.xml +++ b/documentation/poky-ref-manual/bsp-guide.xml @@ -9,7 +9,7 @@ - diff --git a/documentation/poky-ref-manual/poky-handbook.xml b/documentation/poky-ref-manual/poky-handbook.xml index fb2bc80df..445217c78 100644 --- a/documentation/poky-ref-manual/poky-handbook.xml +++ b/documentation/poky-ref-manual/poky-handbook.xml @@ -9,7 +9,7 @@ - -- cgit v1.2.3