diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-05 14:03:53 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:27 +0000 |
commit | c06a654c1d14f20b31256298543e2e3504acc0a9 (patch) | |
tree | f60ffd3eccf4b4434da4bd71e2357850e83ee1eb /documentation/Makefile | |
parent | 160b202d6222ed896475979afc074e6a9ad815d4 (diff) | |
download | poky-c06a654c1d14f20b31256298543e2e3504acc0a9.tar.gz |
overview-manual, ref-manual: Moved introductory material to overview manual
Fixes [YOCTO #12370]
Moved an introductory section for YP that was in the ref-manual
to the beginning of the YP environment chapter of the overview-manual.
Had to move a figure and update the makefile as well as adjust some
links.
(From yocto-docs rev: 8ec45f945a21b1f64e7529b95df6b5fb21e87449)
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, 2 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index bb7f327598..4759a1d992 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -94,6 +94,7 @@ TARFILES = overview-style.css overview-manual.html figures/overview-title.png \ | |||
94 | figures/source-fetching.png figures/patching.png figures/configuration-compile-autoreconf.png \ | 94 | figures/source-fetching.png figures/patching.png figures/configuration-compile-autoreconf.png \ |
95 | figures/analysis-for-package-splitting.png figures/image-generation.png \ | 95 | figures/analysis-for-package-splitting.png figures/image-generation.png \ |
96 | figures/sdk-generation.png figures/images.png figures/sdk.png \ | 96 | figures/sdk-generation.png figures/images.png figures/sdk.png \ |
97 | figures/YP-flow-diagram.png \ | ||
97 | eclipse | 98 | eclipse |
98 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 99 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
99 | FIGURES = figures | 100 | FIGURES = figures |
@@ -279,7 +280,7 @@ endif | |||
279 | ifeq ($(DOC),ref-manual) | 280 | ifeq ($(DOC),ref-manual) |
280 | XSLTOPTS = --xinclude | 281 | XSLTOPTS = --xinclude |
281 | ALLPREQ = html eclipse tarball | 282 | ALLPREQ = html eclipse tarball |
282 | TARFILES = ref-manual.html ref-style.css figures/poky-title.png figures/YP-flow-diagram.png \ | 283 | TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ |
283 | figures/buildhistory.png figures/buildhistory-web.png \ | 284 | figures/buildhistory.png figures/buildhistory-web.png \ |
284 | figures/cross-development-toolchains.png \ | 285 | figures/cross-development-toolchains.png \ |
285 | figures/building-an-image.png \ | 286 | figures/building-an-image.png \ |