From 355103f8cf2295fb2de91ce25a084e286bdeadeb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 23 Jan 2018 11:19:45 -0800 Subject: dev-manual, ref-manual: Moved build history info to dev-manual Fixes [YOCTO #12370] The section in the ref-manual on build history has been moved to the dev-manual. It is more of a "how-to" piece of information than a reference. (From yocto-docs rev: 9634bd8dc51e2972e6a5f3a3d3b4256c8ca8749c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'documentation/Makefile') diff --git a/documentation/Makefile b/documentation/Makefile index c08d912302..5e166a2ba0 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -146,8 +146,8 @@ TARFILES = dev-style.css dev-manual.html \ figures/source-repos.png figures/yp-download.png \ figures/wip.png else -TARFILES = dev-style.css dev-manual.html \ - figures/dev-title.png \ +TARFILES = dev-style.css dev-manual.html figures/buildhistory-web.png \ + figures/dev-title.png figures/buildhistory.png \ figures/recipe-workflow.png figures/bitbake-build-flow.png \ eclipse endif @@ -281,7 +281,6 @@ ifeq ($(DOC),ref-manual) XSLTOPTS = --xinclude ALLPREQ = html eclipse tarball TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ - figures/buildhistory.png figures/buildhistory-web.png \ figures/build-workspace-directory.png \ eclipse MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse -- cgit v1.2.3-54-g00ecf