Bläddra i källkod

handbook/poky-ref-manual: Makefile tweaks

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie 14 år sedan
förälder
incheckning
94c2a3c0ab
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      documentation/poky-ref-manual/Makefile

+ 2 - 2
documentation/poky-ref-manual/Makefile

@@ -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: