summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorTimo Mueller <timo.mueller@bmw-carit.de>2012-11-30 09:59:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 15:25:23 +0000
commit9ab3c018a23520d6d5dbec6156948ed842fc5fae (patch)
tree0da0c3a4cd0aedb1828579ff0d8bc72a395370ee /documentation/Makefile
parentc2c3b534308aca2e523605aefe4a612391787075 (diff)
downloadpoky-9ab3c018a23520d6d5dbec6156948ed842fc5fae.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 903f5917e1..fdf2385ea8 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -225,9 +225,10 @@ endif
225 225
226ifeq ($(DOC),adt-manual) 226ifeq ($(DOC),adt-manual)
227XSLTOPTS = --xinclude 227XSLTOPTS = --xinclude
228ALLPREQ = html pdf tarball 228ALLPREQ = html pdf eclipse tarball
229TARFILES = adt-manual.html adt-manual.pdf adt-style.css figures/adt-title.png 229TARFILES = adt-manual.html adt-manual.pdf adt-style.css figures/adt-title.png \
230MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 230 eclipse
231MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse
231FIGURES = figures 232FIGURES = figures
232STYLESHEET = $(DOC)/*.css 233STYLESHEET = $(DOC)/*.css
233endif 234endif