[poky] [PATCH 1/1] documentation/yocto-project-qs/Makefile: Updated Makefile to include PDF in tar

Scott Rifenbark srifenbark at gmail.com
Tue Apr 5 11:36:37 PDT 2011


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

Signed-off-by: Scott Rifenbark <scott.m.rifenbark at intel.com>
---
 documentation/yocto-project-qs/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/yocto-project-qs/Makefile b/documentation/yocto-project-qs/Makefile
index 9f45058..a267edc 100644
--- a/documentation/yocto-project-qs/Makefile
+++ b/documentation/yocto-project-qs/Makefile
@@ -17,12 +17,12 @@ html:
 	xsltproc $(XSLTOPTS) -o yocto-project-qs.html yocto-project-qs-customization.xsl yocto-project-qs.xml
 
 tarball: html
-	tar -cvzf yocto-project-qs.tgz yocto-project-qs.html style.css figures/yocto-environment.png figures/building-an-image.png figures/using-a-pre-built-image.png figures/yocto-project-transp.png
+	tar -cvzf yocto-project-qs.tgz yocto-project-qs.html ypqs.pdf style.css figures/yocto-environment.png figures/building-an-image.png figures/using-a-pre-built-image.png figures/yocto-project-transp.png
 
 validate:
 	xmllint --postvalid --xinclude --noout yocto-project-qs.xml
 
-OUTPUTS = yocto-project-qs.tgz yocto-project-qs.html
+OUTPUTS = yocto-project-qs.tgz yocto-project-qs.html ypqs.pdf
 SOURCES = *.png *.xml *.css
 
 publish:
-- 
1.7.0.4




More information about the poky mailing list