From ae06e04cd225d2c2147ca355e2dd39b4f6cf6775 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 29 Jan 2018 15:18:03 -0800 Subject: documentation: Created new "Getting Started" manual. Creation involved removing the overview-manual and replacing it with the getting-started manual. All links to the string "&YOCTO_DOCS_OVERVIEW_URL" had to be replaced with "&YOCTO_DOCS_GS_URL" across the entire YP manual set. I renamed files used to create the manual with prefixes suited for the new manual name, which is "Getting Started With Yocto Project". The style sheet for the new manual needed updating to display the new .PNG image for the title page. The mega-manual file had to be updated to include the files. The mega-manual.sed file had to be updated to include the new manual and not use the overview manual. (From yocto-docs rev: 6c7abf9192390121000f577d6c98f259d290d15d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation/Makefile') diff --git a/documentation/Makefile b/documentation/Makefile index 5e166a2ba0..6f8e0d491b 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -84,10 +84,10 @@ # for the 'denzil' branch. # -ifeq ($(DOC),overview-manual) +ifeq ($(DOC),getting-started) XSLTOPTS = --xinclude ALLPREQ = html eclipse tarball -TARFILES = overview-style.css overview-manual.html figures/overview-title.png \ +TARFILES = getting-started-style.css getting-started.html figures/getting-started-title.png \ figures/git-workflow.png figures/source-repos.png figures/index-downloads.png \ figures/yp-download.png figures/yocto-environment-ref.png figures/user-configuration.png \ figures/layer-input.png figures/source-input.png figures/package-feeds.png \ @@ -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/ypqs-title.png \ - figures/overview-title.png + figures/getting-started-title.png endif MANUALS = $(DOC)/$(DOC).html @@ -417,11 +417,11 @@ eclipse: eclipse-generate eclipse-resolve-links .PHONY : eclipse-generate eclipse-resolve-links eclipse-generate: -ifeq ($(filter $(DOC), overview-manual sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual yocto-project-qs),) +ifeq ($(filter $(DOC), getting-started sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual yocto-project-qs),) @echo " " @echo "ERROR: You can only create eclipse documentation" @echo " of the following documentation parts:" - @echo " - overview-manual" + @echo " - getting-started" @echo " - sdk-manual" @echo " - bsp-guide" @echo " - dev-manual" -- cgit v1.2.3-54-g00ecf