diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-01 16:21:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:07:52 +0100 |
commit | 71dc0c6fdf1605b6ecbfd8d86a0253d9d2b1dc85 (patch) | |
tree | 0addd40b9e4055e03de0e6eae210452c3b04c732 /documentation | |
parent | e4448dac9331adfddaa08074c35ba072bb6afcef (diff) | |
download | poky-71dc0c6fdf1605b6ecbfd8d86a0253d9d2b1dc85.tar.gz |
documentation/Makefile: Added figures to tarfile list.
(From yocto-docs rev: 45afc45abbfc5bc8910c263bd876cb40bdeb732b)
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 61b24459b0..3cb3590c4d 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -59,7 +59,8 @@ 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 |
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 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | 64 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf |
64 | FIGURES = figures | 65 | FIGURES = figures |
65 | STYLESHEET = $(DOC)/*.css | 66 | STYLESHEET = $(DOC)/*.css |