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