diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-07-30 22:49:06 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:18:44 +0100 |
| commit | b57aa070e1166ceabdf844bfc8a9a10a1cc09179 (patch) | |
| tree | 6e7d794b8f5d04ed3626ed8b0cf01e1bd33cd9d1 | |
| parent | affae18f01bd43096abb0be447c601b0f4745ec4 (diff) | |
| download | poky-b57aa070e1166ceabdf844bfc8a9a10a1cc09179.tar.gz | |
Makefile: Added new figures to the TARBALL variables.
Needed to add six new figures to the mega-manual TARBALL and
five figures to the ref-manual TARBALL.
(From yocto-docs rev: 296e356cbd6a65d187a3e3d7905566685580f575)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 665b542f5d..30b5524f12 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
| @@ -196,7 +196,9 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures | |||
| 196 | figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png figures/pybootchartgui-linux-yocto.png \ | 196 | figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png figures/pybootchartgui-linux-yocto.png \ |
| 197 | figures/pychart-linux-yocto-rpm.png figures/pychart-linux-yocto-rpm-nostrip.png \ | 197 | figures/pychart-linux-yocto-rpm.png figures/pychart-linux-yocto-rpm-nostrip.png \ |
| 198 | figures/sched-wakeup-profile.png figures/sysprof-callers.png \ | 198 | figures/sched-wakeup-profile.png figures/sysprof-callers.png \ |
| 199 | figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png figures/cross-development-toolchains.png | 199 | figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png figures/cross-development-toolchains.png \ |
| 200 | figures/yocto-environment-ref.png figures/user-configuration.png figures/source-input \ | ||
| 201 | figures/package-feeds.png figures/layer-input.png | ||
| 200 | endif | 202 | endif |
| 201 | 203 | ||
| 202 | MANUALS = $(DOC)/$(DOC).html | 204 | MANUALS = $(DOC)/$(DOC).html |
| @@ -210,7 +212,9 @@ XSLTOPTS = --xinclude | |||
| 210 | ALLPREQ = html pdf eclipse tarball | 212 | ALLPREQ = html pdf eclipse tarball |
| 211 | TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ | 213 | TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ |
| 212 | figures/buildhistory.png figures/buildhistory-web.png eclipse \ | 214 | figures/buildhistory.png figures/buildhistory-web.png eclipse \ |
| 213 | figures/cross-development-toolchains.png | 215 | figures/cross-development-toolchains.png figures/layer-input.png \ |
| 216 | figures/package-feeds.png figures/source-input.png \ | ||
| 217 | figures/user-configuration.png figures/yocto-environment-ref.png | ||
| 214 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse | 218 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse |
| 215 | FIGURES = figures | 219 | FIGURES = figures |
| 216 | STYLESHEET = $(DOC)/*.css | 220 | STYLESHEET = $(DOC)/*.css |
