]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/yocto-project-qs/Makefile: Updated Makefile to include PDF in tar
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 5 Apr 2011 18:33:32 +0000 (13:33 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Apr 2011 15:00:45 +0000 (08:00 -0700)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/yocto-project-qs/Makefile

index 9f45058c51aaa73dfec027a90ad035be2ae972ec..a267edc0c8ccdc7a1b2b05d3764b2fca35c1159d 100644 (file)
@@ -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: