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 08:01:15 -0700 |
commit | a771ef780560a613c1033eaf2745b6ede34d53c9 (patch) | |
tree | 540aa6e764c7c78ec573db7db71e469f2625ae71 /documentation | |
parent | e5e5ff3e7153f313106302206a75849398380cbd (diff) | |
download | ast2050-yocto-poky-a771ef780560a613c1033eaf2745b6ede34d53c9.zip ast2050-yocto-poky-a771ef780560a613c1033eaf2745b6ede34d53c9.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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/adt-manual/Makefile b/documentation/adt-manual/Makefile index ec19bce..74e35bc 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 |