From: Timo Mueller <timo.muel...@bmw-carit.de> 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. --- documentation/Makefile | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/documentation/Makefile b/documentation/Makefile index b071efb..5af7766 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -209,9 +209,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 @@ -327,4 +328,4 @@ publish: fi clean: - rm -f $(MANUALS) + rm -rf $(MANUALS) -- 1.7.7.6 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto