diff options
author | Timo Mueller <timo.mueller@bmw-carit.de> | 2012-11-30 09:59:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 15:31:34 +0000 |
commit | 8d54920dd0dc7a68a897879cc6a5e0a209939273 (patch) | |
tree | e4b71ade6e5cf1c137baf4cd3a6a173d35494af2 | |
parent | 64850788891e1fcd78a826e2339c79fef539582f (diff) | |
download | poky-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>
-rw-r--r-- | documentation/Makefile | 7 |
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 | ||
72 | ifeq ($(DOC),bsp-guide) | 72 | ifeq ($(DOC),bsp-guide) |
73 | XSLTOPTS = --xinclude | 73 | XSLTOPTS = --xinclude |
74 | ALLPREQ = html pdf tarball | 74 | ALLPREQ = html pdf eclipse tarball |
75 | TARFILES = bsp-style.css bsp-guide.html bsp-guide.pdf figures/bsp-title.png | 75 | TARFILES = bsp-style.css bsp-guide.html bsp-guide.pdf figures/bsp-title.png \ |
76 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | 76 | eclipse |
77 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse | ||
77 | FIGURES = figures | 78 | FIGURES = figures |
78 | STYLESHEET = $(DOC)/*.css | 79 | STYLESHEET = $(DOC)/*.css |
79 | 80 | ||