diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-11-02 13:45:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 13:52:55 +0000 |
commit | dab49aa6446e040bd2bfc2a5ef9e0acd51c4d06a (patch) | |
tree | 43c2837fd02409a75472d2802c9663eec3f5c40f /documentation/Makefile | |
parent | 255ca146cc507654bed8c3dcba7e1453e2f690a5 (diff) | |
download | poky-dab49aa6446e040bd2bfc2a5ef9e0acd51c4d06a.tar.gz |
documentation: poky-ref-manual, mega-manual, Makefile - new variables
Added variable descriptions for BB_DISKMON_DIRS and
BB_DISKMON_WARNINTERVAL. These went in the reference
manual in the glossary section. First draft for both
descriptions.
Also, updated the Makefile to include two new figures used
in the Build History section. The figures needed to be added
to the TARFILE variable so that the .PNG files are included
when publishing both the poky-ref-manual and the mega-manual.
Added two figures to the figures directories of the poky-ref-manual
and the mega-manual. These figures are part of the new Build
History section. Anytime you add a figure to any manual you
also have to store it in the figures directory of the mega-manual.
(From yocto-docs rev: bbf68ed28ba8660af34d4cae146fb172ca4e681e)
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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 0218211313..6cac5caeaa 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -176,7 +176,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures | |||
176 | else | 176 | else |
177 | TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures/building-an-image.png \ | 177 | TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures/building-an-image.png \ |
178 | figures/using-a-pre-built-image.png \ | 178 | figures/using-a-pre-built-image.png \ |
179 | figures/poky-title.png \ | 179 | figures/poky-title.png figures/buildhistory.png figures/buildhistory-web.png \ |
180 | figures/adt-title.png figures/bsp-title.png \ | 180 | figures/adt-title.png figures/bsp-title.png \ |
181 | figures/kernel-title.png figures/kernel-architecture-overview.png \ | 181 | figures/kernel-title.png figures/kernel-architecture-overview.png \ |
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 \ |
@@ -199,7 +199,8 @@ XSLTOPTS = --stringparam html.stylesheet ref-style.css \ | |||
199 | --stringparam section.label.includes.component.label 1 \ | 199 | --stringparam section.label.includes.component.label 1 \ |
200 | --xinclude | 200 | --xinclude |
201 | ALLPREQ = html pdf tarball | 201 | ALLPREQ = html pdf tarball |
202 | TARFILES = poky-ref-manual.html ref-style.css figures/poky-title.png | 202 | TARFILES = poky-ref-manual.html ref-style.css figures/poky-title.png \ |
203 | figures/buildhistory.png figures/buildhistory-web.png | ||
203 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | 204 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf |
204 | FIGURES = figures | 205 | FIGURES = figures |
205 | STYLESHEET = $(DOC)/*.css | 206 | STYLESHEET = $(DOC)/*.css |