summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-01-29 15:18:03 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-14 15:25:29 +0000
commitae06e04cd225d2c2147ca355e2dd39b4f6cf6775 (patch)
treec920e85262a91e7626279e7dcbbd56a299919f49 /documentation/Makefile
parentebc7de094881dd8f2450aa4fdf548f2e9c835df1 (diff)
downloadpoky-ae06e04cd225d2c2147ca355e2dd39b4f6cf6775.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 5e166a2ba0..6f8e0d491b 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -84,10 +84,10 @@
84# for the 'denzil' branch. 84# for the 'denzil' branch.
85# 85#
86 86
87ifeq ($(DOC),overview-manual) 87ifeq ($(DOC),getting-started)
88XSLTOPTS = --xinclude 88XSLTOPTS = --xinclude
89ALLPREQ = html eclipse tarball 89ALLPREQ = html eclipse tarball
90TARFILES = overview-style.css overview-manual.html figures/overview-title.png \ 90TARFILES = getting-started-style.css getting-started.html figures/getting-started-title.png \
91 figures/git-workflow.png figures/source-repos.png figures/index-downloads.png \ 91 figures/git-workflow.png figures/source-repos.png figures/index-downloads.png \
92 figures/yp-download.png figures/yocto-environment-ref.png figures/user-configuration.png \ 92 figures/yp-download.png figures/yocto-environment-ref.png figures/user-configuration.png \
93 figures/layer-input.png figures/source-input.png figures/package-feeds.png \ 93 figures/layer-input.png figures/source-input.png figures/package-feeds.png \
@@ -268,7 +268,7 @@ TARFILES = mega-manual.html mega-style.css \
268 figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \ 268 figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \
269 figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \ 269 figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \
270 figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/ypqs-title.png \ 270 figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/ypqs-title.png \
271 figures/overview-title.png 271 figures/getting-started-title.png
272 endif 272 endif
273 273
274MANUALS = $(DOC)/$(DOC).html 274MANUALS = $(DOC)/$(DOC).html
@@ -417,11 +417,11 @@ eclipse: eclipse-generate eclipse-resolve-links
417.PHONY : eclipse-generate eclipse-resolve-links 417.PHONY : eclipse-generate eclipse-resolve-links
418 418
419eclipse-generate: 419eclipse-generate:
420ifeq ($(filter $(DOC), overview-manual sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual yocto-project-qs),) 420ifeq ($(filter $(DOC), getting-started sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual yocto-project-qs),)
421 @echo " " 421 @echo " "
422 @echo "ERROR: You can only create eclipse documentation" 422 @echo "ERROR: You can only create eclipse documentation"
423 @echo " of the following documentation parts:" 423 @echo " of the following documentation parts:"
424 @echo " - overview-manual" 424 @echo " - getting-started"
425 @echo " - sdk-manual" 425 @echo " - sdk-manual"
426 @echo " - bsp-guide" 426 @echo " - bsp-guide"
427 @echo " - dev-manual" 427 @echo " - dev-manual"