From 31b2696c906685f8a3163ff21307fba8e62b3a77 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 4 Jun 2018 15:39:58 -0700 Subject: sdk-manual, mega-manual: Added Autotools flow figure New figure for the section on Autotools workflow. The figure goes in the folders for both the sdk-manual and the mega-manual. Updated the Makefile to include the new figure in the tarball when creating both manuals. (From yocto-docs rev: ccb2c4b9ebd0b0aaa55b5790eb6a916701e10af4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/Makefile') diff --git a/documentation/Makefile b/documentation/Makefile index 0e12bef770..cd4f51d6a8 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -268,7 +268,7 @@ TARFILES = mega-manual.html mega-style.css \ figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \ figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \ figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/bypqs-title.png \ - figures/overview-manual-title.png + figures/overview-manual-title.png figures/sdk-autotools-flow.png endif MANUALS = $(DOC)/$(DOC).html @@ -295,7 +295,7 @@ TARFILES = sdk-manual.html sdk-style.css figures/sdk-title.png \ figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \ figures/sdk-installed-extensible-sdk-directory.png figures/sdk-devtool-add-flow.png \ figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \ - figures/sdk-devtool-upgrade-flow.png \ + figures/sdk-devtool-upgrade-flow.png figures/sdk-autotools-flow.png \ eclipse MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse FIGURES = figures -- cgit v1.2.3-54-g00ecf