From: Scott Rifenbark Date: Tue, 9 Nov 2010 15:08:58 +0000 (-0800) Subject: Added a new PNG file into the tar command. X-Git-Tag: 2011-1~4038 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7c2735f509f8db7871fc98ed2e1521551849daca;p=openembedded-core.git 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 --- 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