diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-01-21 13:22:26 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-27 13:56:03 +0000 |
commit | 37b290f0a88ce8c787ca79b97c089e100139d218 (patch) | |
tree | 4cdd55e0692fb2204f78e9e9c157cefe7d0b3680 /documentation | |
parent | 0c43dbbe4f893ff4925afd44441bebf1c405acbd (diff) | |
download | poky-37b290f0a88ce8c787ca79b97c089e100139d218.tar.gz |
Makefile: Updated to support mega-manual build with profile-manual
Added the list of 32 profile-manual figures to the tarfile
variable for mega-manual.
(From yocto-docs rev: ffe0586990c7659c28001038d6ba55cd42f5ecd0)
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 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 3f0ceed368..2ee97f48c6 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -182,7 +182,23 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures | |||
182 | figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \ | 182 | figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \ |
183 | figures/git-workflow.png figures/index-downloads.png figures/kernel-dev-flow.png \ | 183 | figures/git-workflow.png figures/index-downloads.png figures/kernel-dev-flow.png \ |
184 | figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ | 184 | figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ |
185 | figures/source-repos.png figures/yp-download.png figures/kernel-dev-title.png | 185 | figures/source-repos.png figures/yp-download.png figures/kernel-dev-title.png \ |
186 | figures/profile-title.png figures/kernelshark-all.png \ | ||
187 | figures/kernelshark-choose-events.png figures/kernelshark-i915-display.png \ | ||
188 | figures/kernelshark-output-display.png figures/lttngmain0.png \ | ||
189 | figures/oprofileui-busybox.png figures/oprofileui-copy-to-user.png \ | ||
190 | figures/oprofileui-downloading.png figures/oprofileui-processes.png \ | ||
191 | figures/perf-probe-do_fork-profile.png figures/perf-report-cycles-u.png \ | ||
192 | figures/perf-systemwide.png figures/perf-systemwide-libc.png \ | ||
193 | figures/perf-wget-busybox-annotate-menu.png figures/perf-wget-busybox-annotate-udhcpc.png \ | ||
194 | figures/perf-wget-busybox-debuginfo.png figures/perf-wget-busybox-dso-zoom.png \ | ||
195 | figures/perf-wget-busybox-dso-zoom-menu.png figures/perf-wget-busybox-expanded-stripped.png \ | ||
196 | figures/perf-wget-flat-stripped.png figures/perf-wget-g-copy-from-user-expanded-stripped.png \ | ||
197 | figures/perf-wget-g-copy-to-user-expanded-debuginfo.png figures/perf-wget-g-copy-to-user-expanded-stripped.png \ | ||
198 | figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png figures/pybootchartgui-linux-yocto.png \ | ||
199 | figures/pychart-linux-yocto-rpm.png figures/pychart-linux-yocto-rpm-nostrip.png \ | ||
200 | figures/sched-wakeup-profile.png figures/sysprof-callers.png \ | ||
201 | figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png | ||
186 | endif | 202 | endif |
187 | 203 | ||
188 | MANUALS = $(DOC)/$(DOC).html | 204 | MANUALS = $(DOC)/$(DOC).html |