diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-22 18:00:41 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-27 07:51:03 +0100 |
commit | b7ae212e28663ba4e380b4692600ee5dd647c7ea (patch) | |
tree | 5b002ae1993a0a0d89f1f9331c837376672d28f1 /documentation | |
parent | bf77ed9545701073e4519413643c40df95316c23 (diff) | |
download | poky-b7ae212e28663ba4e380b4692600ee5dd647c7ea.tar.gz |
documentation/poky-ref-manual: Fix image makefile to reference the image
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
23 | xsltproc $(XSLTOPTS) -o bsp-guide.html $(XSL_XHTML_URI) bsp-guide.xml | 23 | xsltproc $(XSLTOPTS) -o bsp-guide.html $(XSL_XHTML_URI) bsp-guide.xml |
24 | 24 | ||
25 | tarball: html | 25 | tarball: html |
26 | tar -cvzf poky-ref-manual.tgz poky-ref-manual.html style.css figures/yocto-project-transp.png | 26 | tar -cvzf poky-ref-manual.tgz poky-ref-manual.html style.css figures/yocto-project-transp.png figures/poky-ref-manual.png |
27 | 27 | ||
28 | validate: | 28 | validate: |
29 | xmllint --postvalid --xinclude --noout poky-ref-manual.xml | 29 | xmllint --postvalid --xinclude --noout poky-ref-manual.xml |