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)
downloadast2050-yocto-poky-d90e93b21e0d94a8d2f201efc2fb0b7719afe85e.zip
ast2050-yocto-poky-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 1d1e9d8..7be3afe 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -259,10 +259,11 @@ endif
ifeq ($(DOC),kernel-dev)
XSLTOPTS = --xinclude
-ALLPREQ = html pdf tarball
+ALLPREQ = html pdf eclipse tarball
TARFILES = kernel-dev.html kernel-dev.pdf kernel-dev-style.css figures/kernel-dev-title.png \
- figures/kernel-architecture-overview.png
-MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
+ figures/kernel-architecture-overview.png \
+ eclipse
+MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse
FIGURES = figures
STYLESHEET = $(DOC)/*.css
endif
OpenPOWER on IntegriCloud