From 21f483a90456ba25c9d00bbb7505cc791c572c71 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 5 Apr 2011 13:33:32 -0500 Subject: documentation/yocto-project-qs/Makefile: Updated Makefile to include PDF in tar (From OE-Core rev: ceffea9c2ffe4422fd98524d3265f8d00bc80f9a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/yocto-project-qs/Makefile b/documentation/yocto-project-qs/Makefile index 9f45058c51..a267edc0c8 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: -- cgit v1.2.3-54-g00ecf