diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-30 14:51:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-12 00:28:15 +0100 |
commit | 431ceaea6c7786df0b78bf441752229515ac5f0d (patch) | |
tree | 4f459030200b7c809a7d900ddbd7db10f01e664d /documentation/Makefile | |
parent | 1d60050201b792c4536cd94e0c9a04fd122eb0d4 (diff) | |
download | poky-431ceaea6c7786df0b78bf441752229515ac5f0d.tar.gz |
kernel-dev, dev-manual: Moved Kernel workflow section to kernel-dev
Fixes [YOCTO #11630]
The overview section of modifying the kernel needed to be in the
kernel-dev manual and not in the dev-manual. I moved it and took
care of all the links and external references throughout the YP
doc set. One figure was involved that had to be moved to the figures
folder in kernel-dev from dev-manual. That is why the Makefile had
to be edited.
(From yocto-docs rev: 3a704b64544678785b883f82d6e82aedac6790c5)
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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 93cf6ca726..770ef93f37 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -130,7 +130,6 @@ TARFILES = dev-style.css dev-manual.html \ | |||
130 | else | 130 | else |
131 | TARFILES = dev-style.css dev-manual.html \ | 131 | TARFILES = dev-style.css dev-manual.html \ |
132 | figures/dev-title.png \ | 132 | figures/dev-title.png \ |
133 | figures/kernel-dev-flow.png \ | ||
134 | figures/recipe-workflow.png \ | 133 | figures/recipe-workflow.png \ |
135 | figures/devtool-add-flow.png figures/devtool-modify-flow.png \ | 134 | figures/devtool-add-flow.png figures/devtool-modify-flow.png \ |
136 | figures/devtool-upgrade-flow.png \ | 135 | figures/devtool-upgrade-flow.png \ |
@@ -330,7 +329,7 @@ XSLTOPTS = --xinclude | |||
330 | ALLPREQ = html eclipse tarball | 329 | ALLPREQ = html eclipse tarball |
331 | TARFILES = kernel-dev.html kernel-dev-style.css \ | 330 | TARFILES = kernel-dev.html kernel-dev-style.css \ |
332 | figures/kernel-dev-title.png figures/kernel-overview-2-generic \ | 331 | figures/kernel-dev-title.png figures/kernel-overview-2-generic \ |
333 | figures/kernel-architecture-overview.png \ | 332 | figures/kernel-architecture-overview.png figures/kernel-dev-flow.png \ |
334 | eclipse | 333 | eclipse |
335 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 334 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
336 | FIGURES = figures | 335 | FIGURES = figures |