diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-23 11:19:45 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:29 +0000 |
| commit | 355103f8cf2295fb2de91ce25a084e286bdeadeb (patch) | |
| tree | 2eee93532089467bd15aa79084851d631fa3586a /documentation/Makefile | |
| parent | c6f881446153676de4ecbd467e6834eed4199b5e (diff) | |
| download | poky-355103f8cf2295fb2de91ce25a084e286bdeadeb.tar.gz | |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
| -rw-r--r-- | documentation/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 \ | |||
| 146 | figures/source-repos.png figures/yp-download.png \ | 146 | figures/source-repos.png figures/yp-download.png \ |
| 147 | figures/wip.png | 147 | figures/wip.png |
| 148 | else | 148 | else |
| 149 | TARFILES = dev-style.css dev-manual.html \ | 149 | TARFILES = dev-style.css dev-manual.html figures/buildhistory-web.png \ |
| 150 | figures/dev-title.png \ | 150 | figures/dev-title.png figures/buildhistory.png \ |
| 151 | figures/recipe-workflow.png figures/bitbake-build-flow.png \ | 151 | figures/recipe-workflow.png figures/bitbake-build-flow.png \ |
| 152 | eclipse | 152 | eclipse |
| 153 | endif | 153 | endif |
| @@ -281,7 +281,6 @@ ifeq ($(DOC),ref-manual) | |||
| 281 | XSLTOPTS = --xinclude | 281 | XSLTOPTS = --xinclude |
| 282 | ALLPREQ = html eclipse tarball | 282 | ALLPREQ = html eclipse tarball |
| 283 | TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ | 283 | TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ |
| 284 | figures/buildhistory.png figures/buildhistory-web.png \ | ||
| 285 | figures/build-workspace-directory.png \ | 284 | figures/build-workspace-directory.png \ |
| 286 | eclipse | 285 | eclipse |
| 287 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 286 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
