diff options
| author | Timo Mueller <timo.mueller@bmw-carit.de> | 2012-11-30 09:59:43 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 17:21:24 +0000 |
| commit | f4bcee695c47ff27bf642fa7205e73f38257562a (patch) | |
| tree | df6aedbb325f0eafe0a6f52ff7c80c825e6ca788 /documentation | |
| parent | ac3d99071d70b857a1ebd60f3f018620e2a29ecb (diff) | |
| download | poky-f4bcee695c47ff27bf642fa7205e73f38257562a.tar.gz | |
documentation/Makefile: logic to make all for poky-ref-manual and cleanup
Eclipse help documents are now created when calling the 'make all'
target on the poky-ref-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')
| -rw-r--r-- | documentation/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 891e847c39..f9a0b9d294 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
| @@ -203,10 +203,10 @@ endif | |||
| 203 | 203 | ||
| 204 | ifeq ($(DOC),ref-manual) | 204 | ifeq ($(DOC),ref-manual) |
| 205 | XSLTOPTS = --xinclude | 205 | XSLTOPTS = --xinclude |
| 206 | ALLPREQ = html pdf tarball | 206 | ALLPREQ = html pdf eclipse tarball |
| 207 | TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ | 207 | TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ |
| 208 | figures/buildhistory.png figures/buildhistory-web.png | 208 | figures/buildhistory.png figures/buildhistory-web.png eclipse |
| 209 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | 209 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse |
| 210 | FIGURES = figures | 210 | FIGURES = figures |
| 211 | STYLESHEET = $(DOC)/*.css | 211 | STYLESHEET = $(DOC)/*.css |
| 212 | endif | 212 | endif |
