From: Richard Purdie Date: Fri, 22 Oct 2010 17:00:41 +0000 (+0100) Subject: documentation/poky-ref-manual: Fix image makefile to reference the image X-Git-Tag: 2011-1~4164 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b7ae212e28663ba4e380b4692600ee5dd647c7ea;p=openembedded-core.git documentation/poky-ref-manual: Fix image makefile to reference the image Signed-off-by: Richard Purdie --- diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile index dfd44efd30..a5a331bd53 100644 --- a/documentation/poky-ref-manual/Makefile +++ b/documentation/poky-ref-manual/Makefile @@ -23,7 +23,7 @@ html: xsltproc $(XSLTOPTS) -o bsp-guide.html $(XSL_XHTML_URI) bsp-guide.xml tarball: html - tar -cvzf poky-ref-manual.tgz poky-ref-manual.html style.css figures/yocto-project-transp.png + tar -cvzf poky-ref-manual.tgz poky-ref-manual.html style.css figures/yocto-project-transp.png figures/poky-ref-manual.png validate: xmllint --postvalid --xinclude --noout poky-ref-manual.xml