summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-07-26 12:04:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-30 16:23:51 +0100
commitf4aa9783bdd1b37aefb51b8cf55c3502bf031a4e (patch)
tree023232a0053a8f3714192cecb76199d432b68978 /documentation/Makefile
parent5a402f9d1b6d4b829bdabaa4cb1c57bc7db1684b (diff)
downloadpoky-f4aa9783bdd1b37aefb51b8cf55c3502bf031a4e.tar.gz
yocto-project-qs, ref-manual: Moved YP intro from QS to ref-manual
Fixes [YOCTO #11630] The introductory stuff in the QS is really conceptual information and needs to be in the ref-manual where YP is introduced. Regarding the QS, all we really need to do is point to places where the reader can go to find that stuff out. Part of this move involved getting the diagram of the YP flow for the environment from the QS to the ref-manual. That figure was named "YP-flow-diagram.png". It was named "yocto-environment.png" in the QS but I renamed it when moving it to the ref-manual. This caused some edits to the "Makefile" to clean up the figure lists for tarballs. (From yocto-docs rev: ab108c0959e3a9f36d25080245482f8a790c8c87) 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/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index e32b83a685..f4497ccc6b 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -143,7 +143,7 @@ endif
143ifeq ($(DOC),yocto-project-qs) 143ifeq ($(DOC),yocto-project-qs)
144XSLTOPTS = --xinclude 144XSLTOPTS = --xinclude
145ALLPREQ = html eclipse tarball 145ALLPREQ = html eclipse tarball
146TARFILES = yocto-project-qs.html qs-style.css figures/yocto-environment.png \ 146TARFILES = yocto-project-qs.html qs-style.css \
147 figures/yocto-project-transp.png \ 147 figures/yocto-project-transp.png \
148 eclipse 148 eclipse
149MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse 149MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
@@ -191,7 +191,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \
191 figures/wip.png 191 figures/wip.png
192 else 192 else
193TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ 193TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \
194 figures/building-an-image.png \ 194 figures/building-an-image.png figures/YP-flow-diagram.png \
195 figures/using-a-pre-built-image.png \ 195 figures/using-a-pre-built-image.png \
196 figures/poky-title.png figures/buildhistory.png \ 196 figures/poky-title.png figures/buildhistory.png \
197 figures/buildhistory-web.png \ 197 figures/buildhistory-web.png \
@@ -256,7 +256,7 @@ endif
256ifeq ($(DOC),ref-manual) 256ifeq ($(DOC),ref-manual)
257XSLTOPTS = --xinclude 257XSLTOPTS = --xinclude
258ALLPREQ = html eclipse tarball 258ALLPREQ = html eclipse tarball
259TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ 259TARFILES = ref-manual.html ref-style.css figures/poky-title.png figures/YP-flow-diagram.png \
260 figures/buildhistory.png figures/buildhistory-web.png eclipse \ 260 figures/buildhistory.png figures/buildhistory-web.png eclipse \
261 figures/cross-development-toolchains.png figures/layer-input.png \ 261 figures/cross-development-toolchains.png figures/layer-input.png \
262 figures/package-feeds.png figures/source-input.png \ 262 figures/package-feeds.png figures/source-input.png \