summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-04-05 12:52:32 -0500
committerSaul Wold <sgw@linux.intel.com>2011-05-06 17:44:17 -0700
commita6620f2fcf05b90d854c9c22e77dbf839055a9f3 (patch)
tree70dc4ee353398fa0ca9b7f86d352f319971c5fd5 /documentation
parent8e4021a89024856d8210ec530e82f1cf8f4c75b5 (diff)
downloadpoky-a6620f2fcf05b90d854c9c22e77dbf839055a9f3.tar.gz
documentation/adt-manual/Makefile: Added PDF file to the tarball
(From OE-Core rev: f30f044355bfe4a1c7b08a201b813afd7cf4bddb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/adt-manual/Makefile b/documentation/adt-manual/Makefile
index ec19bce9cd..74e35bcdeb 100644
--- a/documentation/adt-manual/Makefile
+++ b/documentation/adt-manual/Makefile
@@ -27,7 +27,7 @@ html:
27 xsltproc $(XSLTOPTS) -o adt-manual.html adt-manual-customization.xsl adt-manual.xml 27 xsltproc $(XSLTOPTS) -o adt-manual.html adt-manual-customization.xsl adt-manual.xml
28 28
29tarball: html 29tarball: html
30 tar -cvzf adt-manual.tgz adt-manual.html style.css figures/adt-title.png figures/yocto-project-transp.png 30 tar -cvzf adt-manual.tgz adt-manual.html adt-manual.pdf style.css figures/adt-title.png figures/yocto-project-transp.png
31 31
32validate: 32validate:
33 xmllint --postvalid --xinclude --noout adt-manual.xml 33 xmllint --postvalid --xinclude --noout adt-manual.xml