summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorTimo Mueller <timo.mueller@bmw-carit.de>2012-11-30 09:59:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 16:32:30 +0000
commitd90e93b21e0d94a8d2f201efc2fb0b7719afe85e (patch)
tree67625cdf140e6f3a1d40374252f317ffe8d0f982 /documentation
parent367d69971878e0759e6d11b289efc24e7f329817 (diff)
downloadpoky-d90e93b21e0d94a8d2f201efc2fb0b7719afe85e.tar.gz
documentation/Makefile: logic to make all for kernel-manual and cleanup
Eclipse help documents are now created when calling the 'make all' target on the kernel-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 1d1e9d86fe..7be3afec71 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -259,10 +259,11 @@ endif
259 259
260ifeq ($(DOC),kernel-dev) 260ifeq ($(DOC),kernel-dev)
261XSLTOPTS = --xinclude 261XSLTOPTS = --xinclude
262ALLPREQ = html pdf tarball 262ALLPREQ = html pdf eclipse tarball
263TARFILES = kernel-dev.html kernel-dev.pdf kernel-dev-style.css figures/kernel-dev-title.png \ 263TARFILES = kernel-dev.html kernel-dev.pdf kernel-dev-style.css figures/kernel-dev-title.png \
264 figures/kernel-architecture-overview.png 264 figures/kernel-architecture-overview.png \
265MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 265 eclipse
266MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse
266FIGURES = figures 267FIGURES = figures
267STYLESHEET = $(DOC)/*.css 268STYLESHEET = $(DOC)/*.css
268endif 269endif