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/poky-ref-manual/Makefile | |
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/poky-ref-manual/Makefile')
-rw-r--r-- | documentation/poky-ref-manual/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile index 0ee87a133c..5c5761c401 100644 --- a/documentation/poky-ref-manual/Makefile +++ b/documentation/poky-ref-manual/Makefile | |||
@@ -1,12 +1,12 @@ | |||
1 | all: html pdf tarball | 1 | all: html pdf tarball |
2 | 2 | ||
3 | pdf: | 3 | pdf: |
4 | cd ..; ./tools/poky-docbook-to-pdf ./poky-ref-manual/poky-handbook.xml ./template | 4 | ../tools/poky-docbook-to-pdf poky-handbook.xml ../template |
5 | cd ..; ./tools/poky-docbook-to-pdf ./poky-ref-manual/bsp-guide.xml ./template | 5 | ../tools/poky-docbook-to-pdf bsp-guide.xml ../template |
6 | 6 | ||
7 | XSLTOPTS = --stringparam html.stylesheet style.css \ | 7 | XSLTOPTS = --stringparam html.stylesheet style.css \ |
8 | --stringparam chapter.autolabel 1 \ | 8 | --stringparam chapter.autolabel 1 \ |
9 | --stringparam appendix.autolabel 1 \ | 9 | --stringparam appendix.autolabel A \ |
10 | --stringparam section.autolabel 1 \ | 10 | --stringparam section.autolabel 1 \ |
11 | --stringparam section.label.includes.component.label 1 \ | 11 | --stringparam section.label.includes.component.label 1 \ |
12 | --xinclude | 12 | --xinclude |