diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-01-28 11:29:51 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-30 14:10:02 +0000 |
commit | a24cb73f398b619e00395949fce73f667f7ca8af (patch) | |
tree | 058f96ca6b474f3b7daa02788b64a8d684c635f1 /documentation/Makefile | |
parent | 36b5f97e2605853a163ba5094c0712b45832fb26 (diff) | |
download | poky-a24cb73f398b619e00395949fce73f667f7ca8af.tar.gz |
kernel-dev: Added "Kernel Architecture" section.
Moved the "Kernel Architecture" section from the YP Kernel
Architecture and Use Manual to this manual. The section
included the kernel-architecture-overview.png figure. So,
I added that PNG file to the "figures" folder. Finally, I
had to also add the PNG file to the Makefile tarfile list
for kernel-dev. Note that because the figure was part of
the old YP Kernel Architecture and Use Manual, I did not have
to add the figure to the mega-manual tarfile list.
(From yocto-docs rev: fbc5508ce162ea7915fd5dce74338b6a5bfd7ce1)
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/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 2ee97f48c6..55efb44bf4 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -289,7 +289,8 @@ XSLTOPTS = --stringparam html.stylesheet kernel-dev-style.css \ | |||
289 | --stringparam section.label.includes.component.label 1 \ | 289 | --stringparam section.label.includes.component.label 1 \ |
290 | --xinclude | 290 | --xinclude |
291 | ALLPREQ = html pdf tarball | 291 | ALLPREQ = html pdf tarball |
292 | TARFILES = kernel-dev.html kernel-dev.pdf kernel-dev-style.css figures/kernel-dev-title.png | 292 | TARFILES = kernel-dev.html kernel-dev.pdf kernel-dev-style.css figures/kernel-dev-title.png \ |
293 | figures/kernel-architecture-overview.png | ||
293 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | 294 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf |
294 | FIGURES = figures | 295 | FIGURES = figures |
295 | STYLESHEET = $(DOC)/*.css | 296 | STYLESHEET = $(DOC)/*.css |