diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-01-26 07:12:53 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:55 +0000 |
commit | 4a1ea28ce9103c4f243669cbb7250d33eb97d676 (patch) | |
tree | d6a64bda9108bd263202ae8e8285397443260cc7 /documentation/Makefile | |
parent | b87690926928061c82f694dd923b15b3b60e40ae (diff) | |
download | poky-4a1ea28ce9103c4f243669cbb7250d33eb97d676.tar.gz |
documentation: First draft devtools.
Completed draft of the new devtool material. This commit affects
some linking and figures across the YP doc set.
* Added the build-workspace-directory.png file to both the
dev-manual and the mega-manual.
* Updated the Makefile to include the new figure in the TARFILE
for dev-manual and mega-manual.
* Re-did the section organization to pull the quilt and finding
source file out of the "Modifying Source Files" section.
(From yocto-docs rev: 4585b9fbb1636ae3c65e2e3ad2d1d6baca636e59)
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 873da361c4..8d51bd7df3 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -127,7 +127,7 @@ TARFILES = dev-style.css dev-manual.html \ | |||
127 | figures/index-downloads.png figures/kernel-dev-flow.png \ | 127 | figures/index-downloads.png figures/kernel-dev-flow.png \ |
128 | figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ | 128 | figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ |
129 | figures/source-repos.png figures/yp-download.png \ | 129 | figures/source-repos.png figures/yp-download.png \ |
130 | figures/recipe-workflow.png \ | 130 | figures/recipe-workflow.png figures/build-workspace-directory.png \ |
131 | eclipse | 131 | eclipse |
132 | endif | 132 | endif |
133 | 133 | ||
@@ -234,7 +234,8 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ | |||
234 | figures/configuration-compile-autoreconf.png \ | 234 | figures/configuration-compile-autoreconf.png \ |
235 | figures/analysis-for-package-splitting.png \ | 235 | figures/analysis-for-package-splitting.png \ |
236 | figures/image-generation.png \ | 236 | figures/image-generation.png \ |
237 | figures/sdk-generation.png figures/recipe-workflow.png | 237 | figures/sdk-generation.png figures/recipe-workflow.png \ |
238 | figures/build-workspace-directory.png | ||
238 | endif | 239 | endif |
239 | 240 | ||
240 | MANUALS = $(DOC)/$(DOC).html | 241 | MANUALS = $(DOC)/$(DOC).html |