diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-12 15:58:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-20 17:51:59 -0700 |
commit | b29e5ba4306c5fee0605b03a89016f263ff903ba (patch) | |
tree | e078de79afe3cab3cd778079ee9d4c7bb8bd9011 /documentation/Makefile | |
parent | 73b44c65ae3784253def095dfdef8cf83e6ac2c7 (diff) | |
download | poky-b29e5ba4306c5fee0605b03a89016f263ff903ba.tar.gz |
documentation/Makefile: added git-workflow.png and kernel-dev-flow-png to tarball list.
(From yocto-docs rev: e518ae5ede03d51cddde7170685e1801d1af8a33)
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 953fef871c..79bb1635f1 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -61,7 +61,7 @@ XSLTOPTS = --stringparam html.stylesheet style.css \ | |||
61 | ALLPREQ = html pdf tarball | 61 | ALLPREQ = html pdf tarball |
62 | TARFILES = style.css dev-manual.html dev-manual.pdf figures/dev-title.png figures/bsp-dev-flow.png \ | 62 | TARFILES = style.css dev-manual.html dev-manual.pdf figures/dev-title.png figures/bsp-dev-flow.png \ |
63 | figures/index-downloads.png figures/kernel-example-repos.png figures/source-repos.png \ | 63 | figures/index-downloads.png figures/kernel-example-repos.png figures/source-repos.png \ |
64 | figures/yp-download.png | 64 | figures/yp-download.png figures/git-workflow.png figures/kernel-dev-flow.png |
65 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | 65 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf |
66 | FIGURES = figures | 66 | FIGURES = figures |
67 | STYLESHEET = $(DOC)/*.css | 67 | STYLESHEET = $(DOC)/*.css |