summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-01-05 14:03:53 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-14 15:25:27 +0000
commitc06a654c1d14f20b31256298543e2e3504acc0a9 (patch)
treef60ffd3eccf4b4434da4bd71e2357850e83ee1eb /documentation/Makefile
parent160b202d6222ed896475979afc074e6a9ad815d4 (diff)
downloadpoky-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/Makefile3
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
98MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse 99MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
99FIGURES = figures 100FIGURES = figures
@@ -279,7 +280,7 @@ endif
279ifeq ($(DOC),ref-manual) 280ifeq ($(DOC),ref-manual)
280XSLTOPTS = --xinclude 281XSLTOPTS = --xinclude
281ALLPREQ = html eclipse tarball 282ALLPREQ = html eclipse tarball
282TARFILES = ref-manual.html ref-style.css figures/poky-title.png figures/YP-flow-diagram.png \ 283TARFILES = 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 \