From 6bf7b263ff2ada9dd1335fcc900820af32dc99c1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 10 Jan 2018 13:01:25 -0800 Subject: ref-manual, overview-manual, Makefile: Moved toolchain concepts Fixes [YOCTO #12370] Moved the "Cross-Development Toolchain Generation" section from the ref-manual to the overview-manual into the concepts chapter. This information is conceptual and now needs to live in the concepts chapter of the new overview-manual. Moving the section caused a few links to have to be fixed in the ref-manual. There was also a figure in the section. So, I had to move the figure from the ref-manual to the overview-manual "figures" folder and update the Makefile for the TARFILE generation. (From yocto-docs rev: 1f3ee5ab308cbe6bd7194086026db397b67ca7c4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'documentation/Makefile') diff --git a/documentation/Makefile b/documentation/Makefile index 4759a1d992..e9ec914df9 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -94,7 +94,7 @@ TARFILES = overview-style.css overview-manual.html figures/overview-title.png \ figures/source-fetching.png figures/patching.png figures/configuration-compile-autoreconf.png \ figures/analysis-for-package-splitting.png figures/image-generation.png \ figures/sdk-generation.png figures/images.png figures/sdk.png \ - figures/YP-flow-diagram.png \ + figures/YP-flow-diagram.png figures/cross-development-toolchains.png \ eclipse MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse FIGURES = figures @@ -282,7 +282,6 @@ XSLTOPTS = --xinclude ALLPREQ = html eclipse tarball TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ figures/buildhistory.png figures/buildhistory-web.png \ - figures/cross-development-toolchains.png \ figures/building-an-image.png \ figures/build-workspace-directory.png \ eclipse -- cgit v1.2.3-54-g00ecf