summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-07-28 06:34:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-04 15:06:50 +0100
commit3f7385d52b77a49738af3515a226e7c11c5c889d (patch)
tree84edc4ecc5ccda99c2c4b08024280f8e7a8a70ff /documentation/Makefile
parent68ee0fa47abfa9b5a104be6cc4b55c8860c2ea76 (diff)
downloadpoky-3f7385d52b77a49738af3515a226e7c11c5c889d.tar.gz
documentation/Makefile: Added the figure bsp-dev-flow.png to tarlist.
(From yocto-docs rev: 50f2a36a298e77b1c36037d46c9ad5a79ec23c44) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index e43a8ee07f..61b24459b0 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -59,7 +59,7 @@ XSLTOPTS = --stringparam html.stylesheet style.css \
59 --stringparam section.label.includes.component.label 1 \ 59 --stringparam section.label.includes.component.label 1 \
60 --xinclude 60 --xinclude
61ALLPREQ = html pdf tarball 61ALLPREQ = html pdf tarball
62TARFILES = style.css dev-manual.html dev-manual.pdf figures/dev-title.png 62TARFILES = style.css dev-manual.html dev-manual.pdf figures/dev-title.png figures/bsp-dev-flow.png
63MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 63MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
64FIGURES = figures 64FIGURES = figures
65STYLESHEET = $(DOC)/*.css 65STYLESHEET = $(DOC)/*.css