From: Timo Mueller Date: Fri, 30 Nov 2012 08:59:38 +0000 (+0100) Subject: documentation/Makefile: logic to make all for kernel-manual and cleanup X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d90e93b21e0d94a8d2f201efc2fb0b7719afe85e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/documentation/Makefile b/documentation/Makefile index 1d1e9d86fea..7be3afec710 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