diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-15 11:57:01 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-15 11:57:01 +0100 |
commit | 94c2a3c0ab1823639a0f11fdc9e4bb9e49b07609 (patch) | |
tree | 35b62171937ba16fe011a025815806c1ab190459 /documentation/poky-ref-manual/Makefile | |
parent | 22083287912ebd552e33b79f7c567bc966376d43 (diff) | |
download | poky-94c2a3c0ab1823639a0f11fdc9e4bb9e49b07609.tar.gz |
handbook/poky-ref-manual: Makefile tweaks
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile index b023045d0e..0ee87a133c 100644 --- a/documentation/poky-ref-manual/Makefile +++ b/documentation/poky-ref-manual/Makefile | |||
@@ -2,7 +2,7 @@ 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 | cd ..; ./tools/poky-docbook-to-pdf ./poky-ref-manual/poky-handbook.xml ./template |
5 | cd..; ./tools/poky-docbook-to-pdf ./poky-ref-manual/bsp-guide.xml ./template | 5 | cd ..; ./tools/poky-docbook-to-pdf ./poky-ref-manual/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 \ |
@@ -28,7 +28,7 @@ tarball: html | |||
28 | validate: | 28 | validate: |
29 | xmllint --postvalid --xinclude --noout poky-handbook.xml | 29 | xmllint --postvalid --xinclude --noout poky-handbook.xml |
30 | 30 | ||
31 | OUTPUTS = poky-handbook.tgz poky-handbook.html poky-handbook.pdf bsp-guide.pdf | 31 | OUTPUTS = poky-handbook.tgz poky-handbook.html poky-handbook.pdf bsp-guide.pdf bsp-guide.hml |
32 | SOURCES = *.png *.xml *.css *.svg | 32 | SOURCES = *.png *.xml *.css *.svg |
33 | 33 | ||
34 | publish: | 34 | publish: |