[poky] [PATCH 1/1] documentation/bsp-guide/Makefile: Updated to include PDF in tarball

Scott Rifenbark srifenbark at gmail.com
Thu Mar 31 11:45:20 PDT 2011


From: Scott Rifenbark <scott.m.rifenbark at intel.com>

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 at intel.com>
---
 documentation/bsp-guide/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/documentation/bsp-guide/Makefile b/documentation/bsp-guide/Makefile
index 93f2aab..fdb45ec 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
-- 
1.7.0.4




More information about the poky mailing list