diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-03-31 13:41:51 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-31 22:00:25 +0100 |
commit | f8ec09ab31c04b2ae9570b71174f50c58ad09f00 (patch) | |
tree | 10d1a74dd9830b76624a9dc4939a9dde920dafeb /documentation | |
parent | f84441dbcc8254062d55d2452d3d6f4bc6f907fe (diff) | |
download | openembedded-core-f8ec09ab31c04b2ae9570b71174f50c58ad09f00.tar.gz openembedded-core-f8ec09ab31c04b2ae9570b71174f50c58ad09f00.tar.bz2 openembedded-core-f8ec09ab31c04b2ae9570b71174f50c58ad09f00.zip |
documentation/bsp-guide/Makefile: Updated to include PDF in tarball
For some reason the PDF version of this manual was not being included
in the tarball created by the Makefile. I fixed this.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bsp-guide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/Makefile b/documentation/bsp-guide/Makefile index 93f2aabb44..fdb45ecd13 100644 --- a/documentation/bsp-guide/Makefile +++ b/documentation/bsp-guide/Makefile @@ -20,7 +20,7 @@ html: xsltproc $(XSLTOPTS) -o bsp-guide.html bsp-guide-customization.xsl bsp-guide.xml tarball: html - tar -cvzf bsp-guide.tgz style.css bsp-guide.html figures/bsp-title.png + tar -cvzf bsp-guide.tgz style.css bsp-guide.html bsp-guide.pdf figures/bsp-title.png validate: xmllint --postvalid --xinclude --noout bsp-guide.xml |