]> code.ossystems Code Review - openembedded-core.git/commitdiff
handbook/poky-ref-manual: Makefile tweaks
authorRichard Purdie <rpurdie@linux.intel.com>
Fri, 15 Oct 2010 10:57:01 +0000 (11:57 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 15 Oct 2010 10:57:01 +0000 (11:57 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
documentation/poky-ref-manual/Makefile

index b023045d0eab41d35da31c13cb75e07b462c49c1..0ee87a133c6f3af4895387a20ce13612f3f5178a 100644 (file)
@@ -2,7 +2,7 @@ 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
+       cd ..; ./tools/poky-docbook-to-pdf ./poky-ref-manual/bsp-guide.xml ./template
 
 XSLTOPTS = --stringparam html.stylesheet style.css \
            --stringparam  chapter.autolabel 1 \
@@ -28,7 +28,7 @@ tarball: html
 validate:
        xmllint --postvalid --xinclude --noout poky-handbook.xml
 
-OUTPUTS = poky-handbook.tgz poky-handbook.html poky-handbook.pdf bsp-guide.pdf
+OUTPUTS = poky-handbook.tgz poky-handbook.html poky-handbook.pdf bsp-guide.pdf bsp-guide.hml
 SOURCES = *.png *.xml *.css *.svg
 
 publish: