diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-10 14:25:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-15 15:27:00 +0100 |
commit | 376a7e5ec3b277e9b4044ad33aeac3d6f1d7f200 (patch) | |
tree | 4a47f692c878a15cf707d0ed575edbe471da602d /documentation | |
parent | d3280822798e1a736fde1215625ebda6a749771d (diff) | |
download | poky-376a7e5ec3b277e9b4044ad33aeac3d6f1d7f200.tar.gz |
documentation/Makefile: Updated tarfile list
I added the figures/kernel-example-repos.png to the list of tarfiles.
(From yocto-docs rev: 8967a9b8ae6fb27f7c0aeb44c2d04eacba98ed81)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 3cb3590c4d..953fef871c 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -60,7 +60,8 @@ XSLTOPTS = --stringparam html.stylesheet style.css \ | |||
60 | --xinclude | 60 | --xinclude |
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/source-repos.png figures/yp-download.png | 63 | figures/index-downloads.png figures/kernel-example-repos.png figures/source-repos.png \ |
64 | figures/yp-download.png | ||
64 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | 65 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf |
65 | FIGURES = figures | 66 | FIGURES = figures |
66 | STYLESHEET = $(DOC)/*.css | 67 | STYLESHEET = $(DOC)/*.css |