diff options
| author | Timo Mueller <timo.mueller@bmw-carit.de> | 2012-11-30 09:59:23 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 15:25:23 +0000 |
| commit | 9ab3c018a23520d6d5dbec6156948ed842fc5fae (patch) | |
| tree | 0da0c3a4cd0aedb1828579ff0d8bc72a395370ee /documentation/Makefile | |
| parent | c2c3b534308aca2e523605aefe4a612391787075 (diff) | |
| download | poky-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/Makefile | 7 |
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 | ||
| 226 | ifeq ($(DOC),adt-manual) | 226 | ifeq ($(DOC),adt-manual) |
| 227 | XSLTOPTS = --xinclude | 227 | XSLTOPTS = --xinclude |
| 228 | ALLPREQ = html pdf tarball | 228 | ALLPREQ = html pdf eclipse tarball |
| 229 | TARFILES = adt-manual.html adt-manual.pdf adt-style.css figures/adt-title.png | 229 | TARFILES = adt-manual.html adt-manual.pdf adt-style.css figures/adt-title.png \ |
| 230 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | 230 | eclipse |
| 231 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse | ||
| 231 | FIGURES = figures | 232 | FIGURES = figures |
| 232 | STYLESHEET = $(DOC)/*.css | 233 | STYLESHEET = $(DOC)/*.css |
| 233 | endif | 234 | endif |
