diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-04-05 13:33:32 -0500 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2011-05-06 17:44:19 -0700 |
| commit | d2492a6ee269a87ad755a7a817c8788b7d822c19 (patch) | |
| tree | 8033e62ce7938a6ba867c8a23ffe2930a41fed00 | |
| parent | a05ffe7e61c59e1d3dbe1cb1b7c5e7dab90635db (diff) | |
| download | poky-d2492a6ee269a87ad755a7a817c8788b7d822c19.tar.gz | |
documentation/yocto-project-qs/Makefile: Updated Makefile to include PDF in tar
(From OE-Core rev: ceffea9c2ffe4422fd98524d3265f8d00bc80f9a)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | 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 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 | ||
| 19 | tarball: html | 19 | tarball: 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 | ||
| 22 | validate: | 22 | validate: |
| 23 | xmllint --postvalid --xinclude --noout yocto-project-qs.xml | 23 | xmllint --postvalid --xinclude --noout yocto-project-qs.xml |
| 24 | 24 | ||
| 25 | OUTPUTS = yocto-project-qs.tgz yocto-project-qs.html | 25 | OUTPUTS = yocto-project-qs.tgz yocto-project-qs.html ypqs.pdf |
| 26 | SOURCES = *.png *.xml *.css | 26 | SOURCES = *.png *.xml *.css |
| 27 | 27 | ||
| 28 | publish: | 28 | publish: |
