]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/bsp-guide/Makefile: Updated to include PDF in tarball
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Thu, 31 Mar 2011 18:41:51 +0000 (13:41 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Mar 2011 21:00:25 +0000 (22:00 +0100)
For some reason the PDF version of this manual was not being included
in the tarball created by the Makefile.  I fixed this.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/bsp-guide/Makefile

index 93f2aabb44cff6d091f21c8b2378c17fc61a4451..fdb45ecd13e8c1b484ca13a07d6cd258e3116d9f 100644 (file)
@@ -20,7 +20,7 @@ html:
        xsltproc $(XSLTOPTS) -o bsp-guide.html bsp-guide-customization.xsl bsp-guide.xml
 
 tarball: html
-       tar -cvzf bsp-guide.tgz style.css bsp-guide.html figures/bsp-title.png
+       tar -cvzf bsp-guide.tgz style.css bsp-guide.html bsp-guide.pdf figures/bsp-title.png
 
 validate:
        xmllint --postvalid --xinclude --noout bsp-guide.xml