diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-22 18:00:41 +0100 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-10-24 01:02:39 -0700 |
commit | e160e68136f2560cd84fa8c604389022f8a1fa65 (patch) | |
tree | 52072cdbe5966ad044cb2ac50bfe48305f64e2ac /documentation/poky-ref-manual | |
parent | c42340603feb63096fc4f8d6018174e58df771cd (diff) | |
download | poky-e160e68136f2560cd84fa8c604389022f8a1fa65.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/poky-ref-manual')
-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 |