summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorTimo Mueller <timo.mueller@bmw-carit.de>2012-11-30 09:59:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 15:31:34 +0000
commit8d54920dd0dc7a68a897879cc6a5e0a209939273 (patch)
treee4b71ade6e5cf1c137baf4cd3a6a173d35494af2 /documentation/Makefile
parent64850788891e1fcd78a826e2339c79fef539582f (diff)
downloadpoky-8d54920dd0dc7a68a897879cc6a5e0a209939273.tar.gz
documentation/Makefile: logic to make all for bsp guide and cleanup
Eclipse help documents are now created when calling the 'make all' target on the bsp-guide. 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 67885a9981..3941cf88ee 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -71,9 +71,10 @@
71 71
72ifeq ($(DOC),bsp-guide) 72ifeq ($(DOC),bsp-guide)
73XSLTOPTS = --xinclude 73XSLTOPTS = --xinclude
74ALLPREQ = html pdf tarball 74ALLPREQ = html pdf eclipse tarball
75TARFILES = bsp-style.css bsp-guide.html bsp-guide.pdf figures/bsp-title.png 75TARFILES = bsp-style.css bsp-guide.html bsp-guide.pdf figures/bsp-title.png \
76MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 76 eclipse
77MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse
77FIGURES = figures 78FIGURES = figures
78STYLESHEET = $(DOC)/*.css 79STYLESHEET = $(DOC)/*.css
79 80