From: Timo Mueller Date: Fri, 30 Nov 2012 08:59:23 +0000 (+0100) Subject: documentation/Makefile: logic to make all for adt manual and cleanup X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ab3c018a23520d6d5dbec6156948ed842fc5fae;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation/Makefile: logic to make all for adt manual and cleanup Eclipse help documents are now created when calling the 'make all' target on the adt-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 903f5917e12..fdf2385ea8f 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -225,9 +225,10 @@ endif ifeq ($(DOC),adt-manual) XSLTOPTS = --xinclude -ALLPREQ = html pdf tarball -TARFILES = adt-manual.html adt-manual.pdf adt-style.css figures/adt-title.png -MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf +ALLPREQ = html pdf eclipse tarball +TARFILES = adt-manual.html adt-manual.pdf adt-style.css figures/adt-title.png \ + eclipse +MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse FIGURES = figures STYLESHEET = $(DOC)/*.css endif