summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/yocto-project-qs/Makefile4
1 files changed, 2 insertions, 2 deletions
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:
17 xsltproc $(XSLTOPTS) -o yocto-project-qs.html yocto-project-qs-customization.xsl yocto-project-qs.xml 17 xsltproc $(XSLTOPTS) -o yocto-project-qs.html yocto-project-qs-customization.xsl yocto-project-qs.xml
18 18
19tarball: html 19tarball: html
20 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 20 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
21 21
22validate: 22validate:
23 xmllint --postvalid --xinclude --noout yocto-project-qs.xml 23 xmllint --postvalid --xinclude --noout yocto-project-qs.xml
24 24
25OUTPUTS = yocto-project-qs.tgz yocto-project-qs.html 25OUTPUTS = yocto-project-qs.tgz yocto-project-qs.html ypqs.pdf
26SOURCES = *.png *.xml *.css 26SOURCES = *.png *.xml *.css
27 27
28publish: 28publish: