From: Scott Rifenbark Date: Thu, 31 Mar 2011 18:41:51 +0000 (-0500) Subject: documentation/bsp-guide/Makefile: Updated to include PDF in tarball X-Git-Tag: 2011-1~1919 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f8ec09ab31c04b2ae9570b71174f50c58ad09f00;p=openembedded-core.git documentation/bsp-guide/Makefile: Updated to include PDF in tarball 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 --- diff --git a/documentation/bsp-guide/Makefile b/documentation/bsp-guide/Makefile index 93f2aabb44..fdb45ecd13 100644 --- a/documentation/bsp-guide/Makefile +++ b/documentation/bsp-guide/Makefile @@ -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