diff options
author | Timo Mueller <timo.mueller@bmw-carit.de> | 2012-11-30 09:59:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 17:21:29 +0000 |
commit | 108ffcf310dadd496cd3598d082f3731225647d5 (patch) | |
tree | 0a72b589d25f71ad3acb408a329a674a2310efcb /documentation/Makefile | |
parent | 0f49fe17922f5866f2d148d2d920402c2add3eda (diff) | |
download | poky-108ffcf310dadd496cd3598d082f3731225647d5.tar.gz |
documentation/Makefile: logic to make all for yocto-project-qs and cleanup
Eclipse help documents are now created when calling the 'make all'
target on the yocto-project-qs. 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 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 3f1f4cfa82..13b85af159 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -125,9 +125,12 @@ endif | |||
125 | 125 | ||
126 | ifeq ($(DOC),yocto-project-qs) | 126 | ifeq ($(DOC),yocto-project-qs) |
127 | XSLTOPTS = --xinclude | 127 | XSLTOPTS = --xinclude |
128 | ALLPREQ = html tarball | 128 | ALLPREQ = html eclipse tarball |
129 | TARFILES = yocto-project-qs.html qs-style.css figures/yocto-environment.png figures/building-an-image.png figures/using-a-pre-built-image.png figures/yocto-project-transp.png | 129 | TARFILES = yocto-project-qs.html qs-style.css figures/yocto-environment.png \ |
130 | MANUALS = $(DOC)/$(DOC).html | 130 | figures/building-an-image.png figures/using-a-pre-built-image.png \ |
131 | figures/yocto-project-transp.png \ | ||
132 | eclipse | ||
133 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | ||
131 | FIGURES = figures | 134 | FIGURES = figures |
132 | STYLESHEET = $(DOC)/*.css | 135 | STYLESHEET = $(DOC)/*.css |
133 | endif | 136 | endif |