From 4a1ea28ce9103c4f243669cbb7250d33eb97d676 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 26 Jan 2015 07:12:53 -0800 Subject: 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 Signed-off-by: Richard Purdie --- documentation/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'documentation/Makefile') 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 \ figures/index-downloads.png figures/kernel-dev-flow.png \ figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ figures/source-repos.png figures/yp-download.png \ - figures/recipe-workflow.png \ + figures/recipe-workflow.png figures/build-workspace-directory.png \ eclipse endif @@ -234,7 +234,8 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ figures/configuration-compile-autoreconf.png \ figures/analysis-for-package-splitting.png \ figures/image-generation.png \ - figures/sdk-generation.png figures/recipe-workflow.png + figures/sdk-generation.png figures/recipe-workflow.png \ + figures/build-workspace-directory.png endif MANUALS = $(DOC)/$(DOC).html -- cgit 1.2.3-korg