diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-15 11:30:54 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:29 +0000 |
commit | 32651058c0ae2263a0684fcefe1a82504a9ac366 (patch) | |
tree | 6b7ce84a7698a560c7e37e5d7b215188066af746 /documentation/Makefile | |
parent | a59c06833cff0ae020b796ce81aee84e45a31e64 (diff) | |
download | poky-32651058c0ae2263a0684fcefe1a82504a9ac366.tar.gz |
dev-manual, ref-manual: Moved building image to dev-manual
Fixes [YOCTO #12370]
The section in the ref-manual that overviewed the buld process was
redundant and more of a "how-to" topic. I have moved and merged it
into the dev-manual into a similar area.
(From yocto-docs rev: 44f1351334342629aaa0976f62e64ac4f67166aa)
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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index e9ec914df9..c08d912302 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -214,7 +214,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ | |||
214 | figures/wip.png | 214 | figures/wip.png |
215 | else | 215 | else |
216 | TARFILES = mega-manual.html mega-style.css \ | 216 | TARFILES = mega-manual.html mega-style.css \ |
217 | figures/building-an-image.png figures/YP-flow-diagram.png \ | 217 | figures/YP-flow-diagram.png \ |
218 | figures/using-a-pre-built-image.png \ | 218 | figures/using-a-pre-built-image.png \ |
219 | figures/poky-title.png figures/buildhistory.png \ | 219 | figures/poky-title.png figures/buildhistory.png \ |
220 | figures/buildhistory-web.png \ | 220 | figures/buildhistory-web.png \ |
@@ -282,7 +282,6 @@ XSLTOPTS = --xinclude | |||
282 | ALLPREQ = html eclipse tarball | 282 | ALLPREQ = html eclipse tarball |
283 | TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ | 283 | TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ |
284 | figures/buildhistory.png figures/buildhistory-web.png \ | 284 | figures/buildhistory.png figures/buildhistory-web.png \ |
285 | figures/building-an-image.png \ | ||
286 | figures/build-workspace-directory.png \ | 285 | figures/build-workspace-directory.png \ |
287 | eclipse | 286 | eclipse |
288 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 287 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |