summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-08-31 06:55:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-02 23:38:49 +0100
commit8a4282d9fad06e34fa439cedf593f8856919046d (patch)
tree8cc8b4d0c577dabf7714ff87096d7755bdb7f809 /documentation/Makefile
parentf3cb36b7514303be2617a6a94b3b0f781e7936b9 (diff)
downloadpoky-8a4282d9fad06e34fa439cedf593f8856919046d.tar.gz
documentation/Makefile: Updated the dev-manual to include three new pics.
(From yocto-docs rev: 6bd75cf91bb0a55d1c706d9249e12a24f24b30c1) 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/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 0acb53db7c..75c4b8ead5 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -66,9 +66,10 @@ XSLTOPTS = --stringparam html.stylesheet style.css \
66 --stringparam section.label.includes.component.label 1 \ 66 --stringparam section.label.includes.component.label 1 \
67 --xinclude 67 --xinclude
68ALLPREQ = html pdf tarball 68ALLPREQ = html pdf tarball
69TARFILES = style.css dev-manual.html dev-manual.pdf figures/dev-title.png figures/bsp-dev-flow.png \ 69TARFILES = style.css dev-manual.html dev-manual.pdf figures/bsp-dev-flow.png figures/dev-title.png \
70 figures/index-downloads.png figures/kernel-example-repos.png figures/source-repos.png \ 70 figures/git-workflow.png figures/index-downloads.png figures/kernel-dev-flow.png \
71 figures/yp-download.png figures/git-workflow.png figures/kernel-dev-flow.png 71 figures/kernel-example-repos.png figures/kernel-overview-1.png figures/kernel-overview-2.png \
72 figures/kernel-overview-3.png figures/source-repos.png figures/yp-download.png
72MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 73MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
73FIGURES = figures 74FIGURES = figures
74STYLESHEET = $(DOC)/*.css 75STYLESHEET = $(DOC)/*.css