diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-15 09:11:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:43 +0100 |
commit | c7969c64bb1d8b667efc3c3abe48f9e1bec1d1f2 (patch) | |
tree | 66f510cf2d98def9f5858f3004b0a5e1d42af186 /documentation/Makefile | |
parent | d17632463e2d54c91ef9b334c14e5067b8171b4b (diff) | |
download | poky-c7969c64bb1d8b667efc3c3abe48f9e1bec1d1f2.tar.gz |
dev-manual, ref-manual: Moved "Workflows" section to ref-manual
Fixes [YOCTO #11630]
I moved the "Workflows" section to the ref-manual. This section is
primarily concepts and needs to be out of the dev-manual, which
is being reconstituted into a "how-to" manual.
(From yocto-docs rev: 2f8bfaac3da9e2d7042ea381a3e8957f96b5bf5a)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r-- | documentation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 131c0b7f33..6a2f22e40e 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -129,7 +129,7 @@ TARFILES = dev-style.css dev-manual.html \ | |||
129 | else | 129 | else |
130 | TARFILES = dev-style.css dev-manual.html \ | 130 | TARFILES = dev-style.css dev-manual.html \ |
131 | figures/bsp-dev-flow.png \ | 131 | figures/bsp-dev-flow.png \ |
132 | figures/dev-title.png figures/git-workflow.png \ | 132 | figures/dev-title.png \ |
133 | figures/kernel-dev-flow.png \ | 133 | figures/kernel-dev-flow.png \ |
134 | figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ | 134 | figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ |
135 | figures/recipe-workflow.png \ | 135 | figures/recipe-workflow.png \ |
@@ -271,7 +271,7 @@ TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ | |||
271 | figures/analysis-for-package-splitting.png figures/image-generation.png \ | 271 | figures/analysis-for-package-splitting.png figures/image-generation.png \ |
272 | figures/sdk-generation.png figures/building-an-image.png \ | 272 | figures/sdk-generation.png figures/building-an-image.png \ |
273 | figures/build-workspace-directory.png figures/source-repos.png \ | 273 | figures/build-workspace-directory.png figures/source-repos.png \ |
274 | figures/index-downloads.png figures/yp-download.png | 274 | figures/index-downloads.png figures/yp-download.png figures/git-workflow.png |
275 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 275 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
276 | FIGURES = figures | 276 | FIGURES = figures |
277 | STYLESHEET = $(DOC)/*.css | 277 | STYLESHEET = $(DOC)/*.css |