diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-09 07:08:58 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-15 22:25:24 +0000 |
commit | 7c2735f509f8db7871fc98ed2e1521551849daca (patch) | |
tree | 28ee9e4b7029a194f9d045db1e75ca4076ae82dd /documentation/bsp-guide/Makefile | |
parent | a4a896165c47bf4983bcd789820227c0f49a7272 (diff) | |
download | openembedded-core-7c2735f509f8db7871fc98ed2e1521551849daca.tar.gz openembedded-core-7c2735f509f8db7871fc98ed2e1521551849daca.tar.bz2 openembedded-core-7c2735f509f8db7871fc98ed2e1521551849daca.zip |
Added a new PNG file into the tar command.
Since this manual is about BSP and not Poky as is the Poky Reference
Manual I updated the title page to include the title combined with the
Yocto Project logo. Updates affect both the PDF and HTLM versions
of the BSP Guide.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/bsp-guide/Makefile')
-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 7e8d216904..4cf6533be7 100644 --- a/documentation/bsp-guide/Makefile +++ b/documentation/bsp-guide/Makefile @@ -20,7 +20,7 @@ html: xsltproc $(XSLTOPTS) -o bsp-guide.html $(XSL_XHTML_URI) bsp-guide.xml tarball: html - tar -cvzf bsp-guide.tgz style.css bsp-guide.html figures/poky-ref-manual.png + tar -cvzf bsp-guide.tgz style.css bsp-guide.html figures/bsp-title.png validate: xmllint --postvalid --xinclude --noout bsp-guide.xml |