diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-04-05 12:52:32 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-06 07:50:55 -0700 |
commit | f30f044355bfe4a1c7b08a201b813afd7cf4bddb (patch) | |
tree | 86dc3aafc474f306fddc213b36d329fdeb114531 | |
parent | 9207c918a1b2f9ddf69dd9508d6c011eba435486 (diff) | |
download | openembedded-core-f30f044355bfe4a1c7b08a201b813afd7cf4bddb.tar.gz openembedded-core-f30f044355bfe4a1c7b08a201b813afd7cf4bddb.tar.bz2 openembedded-core-f30f044355bfe4a1c7b08a201b813afd7cf4bddb.zip |
documentation/adt-manual/Makefile: Added PDF file to the tarball
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
-rw-r--r-- | documentation/adt-manual/Makefile | 2 |
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: xsltproc $(XSLTOPTS) -o adt-manual.html adt-manual-customization.xsl adt-manual.xml tarball: html - tar -cvzf adt-manual.tgz adt-manual.html style.css figures/adt-title.png figures/yocto-project-transp.png + tar -cvzf adt-manual.tgz adt-manual.html adt-manual.pdf style.css figures/adt-title.png figures/yocto-project-transp.png validate: xmllint --postvalid --xinclude --noout adt-manual.xml |