summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-05-21 11:12:19 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-28 18:02:32 +0100
commitab23dd967e5a59de3cffe48762b4956edba5d478 (patch)
treed170bb0b1418a309fb12419ccd310c2f1634abf7 /documentation/Makefile
parentadd1f737b8baa5aa258d967cb29810dbd636ad1a (diff)
downloadpoky-ab23dd967e5a59de3cffe48762b4956edba5d478.tar.gz
yocto-project-qs and others: Rewrite of the QS
This was a complete re-write of the YP Quick Start in an attempt to streamline it, remove unecessary detail, and make it flow better with the examples. In doing so, many manuals were affected due to section headings being renamed, information being moved, etc. Here is a list of the changes by manual: Makefile - Removed two figures from TARFILE list for the yocto-project-qs. Added building-an-image.png to the ref-manual TARFILE list. Added using-a-pre-build-image.png to the adt-manual TARFILE list. Repositioned 'eclipse' in the adt-manual TARFILE list. adt-manual: Fixed a cross-reference so that it goes to the new 'Building Images' section that is within the YP QS. Added new section 'Example Using Pre-Build Binaries and QEMU' to hold the information that was formerly in YP QS. dev-manual: Removed a cross-reference into the YP QS that promised how to configure the most efficent build. Changed a cross-reference into the YP QS from 'The Packages' to 'The Build System Packages'. Changed a cross-reference into the YP QS from 'Building an Image' to 'Building Images'. Changed a text reference from the YP QS to the adt-manual. Moved the bit about getting YP files by using the YP website from the YP QS to the dev-manual. Changed a cross-reference into the YP QS from 'Using Pre-Built Binaries and QEMU' to 'Example Using Pre-built Binaries and QEMU', which was moved to the adt-manual. ref-manual: Changed a cross-reference into the YP QS from 'What You Need and How You Get It' to 'Setting Up to Use the Yocto Project'. Moved the note about if your system has oss4-dev in the packages area in the YP QS to the appropriate area in the ref-manual. Moved the introduction information regarding building an image along with the figure from YP QS to the ref-manual's section on building images. toaster-manual: Changed a cross-reference into the YP QS from 'What You Need and How You Get It' to 'Setting Up to Use the Yocto Project'. yocto-project-qs: Complete rewrite that changed many section headings and removed much detail, which was placed in other manuals. (From yocto-docs rev: da4ed8147b04963a700caa784bda709c57b4eb6e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 71420ac2bb..9197a40a78 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -147,7 +147,6 @@ ifeq ($(DOC),yocto-project-qs)
147XSLTOPTS = --xinclude 147XSLTOPTS = --xinclude
148ALLPREQ = html eclipse tarball 148ALLPREQ = html eclipse tarball
149TARFILES = yocto-project-qs.html qs-style.css figures/yocto-environment.png \ 149TARFILES = yocto-project-qs.html qs-style.css figures/yocto-environment.png \
150 figures/building-an-image.png figures/using-a-pre-built-image.png \
151 figures/yocto-project-transp.png \ 150 figures/yocto-project-transp.png \
152 eclipse 151 eclipse
153MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse 152MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
@@ -263,7 +262,7 @@ TARFILES = ref-manual.html ref-style.css figures/poky-title.png \
263 figures/images.png figures/sdk.png figures/source-fetching.png \ 262 figures/images.png figures/sdk.png figures/source-fetching.png \
264 figures/patching.png figures/configuration-compile-autoreconf.png \ 263 figures/patching.png figures/configuration-compile-autoreconf.png \
265 figures/analysis-for-package-splitting.png figures/image-generation.png \ 264 figures/analysis-for-package-splitting.png figures/image-generation.png \
266 figures/sdk-generation.png 265 figures/sdk-generation.png figures/building-an-image.png
267MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse 266MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
268FIGURES = figures 267FIGURES = figures
269STYLESHEET = $(DOC)/*.css 268STYLESHEET = $(DOC)/*.css
@@ -274,7 +273,8 @@ ifeq ($(DOC),adt-manual)
274XSLTOPTS = --xinclude 273XSLTOPTS = --xinclude
275ALLPREQ = html eclipse tarball 274ALLPREQ = html eclipse tarball
276TARFILES = adt-manual.html adt-style.css figures/adt-title.png \ 275TARFILES = adt-manual.html adt-style.css figures/adt-title.png \
277 eclipse 276 figures/using-a-pre-built-image.png \
277 eclipse
278MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse 278MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
279FIGURES = figures 279FIGURES = figures
280STYLESHEET = $(DOC)/*.css 280STYLESHEET = $(DOC)/*.css