diff options
author | Timo Mueller <timo.mueller@bmw-carit.de> | 2012-11-30 09:59:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 15:29:51 +0000 |
commit | 42b9f2cafe60cea90d5be877739a99028ce3073d (patch) | |
tree | e8a17fa83a2635899b1e766e1aba7dd16dde4105 /documentation | |
parent | c94fd49bfc59cbe5733701c75a01ca22a57b4509 (diff) | |
download | poky-42b9f2cafe60cea90d5be877739a99028ce3073d.tar.gz |
documentation/Makefile: logic to make all for dev manual and cleanup
Eclipse help documents are now created when calling the 'make all'
target on the dev-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 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 417e511991..810d3f08cc 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -85,7 +85,7 @@ endif | |||
85 | 85 | ||
86 | ifeq ($(DOC),dev-manual) | 86 | ifeq ($(DOC),dev-manual) |
87 | XSLTOPTS = --xinclude | 87 | XSLTOPTS = --xinclude |
88 | ALLPREQ = html pdf tarball | 88 | ALLPREQ = html pdf eclipse tarball |
89 | # | 89 | # |
90 | # Note that the tarfile might produce the "Cannot stat: No such file or directory" error | 90 | # Note that the tarfile might produce the "Cannot stat: No such file or directory" error |
91 | # message for .PNG files that are not present when building a particular branch. The | 91 | # message for .PNG files that are not present when building a particular branch. The |
@@ -116,10 +116,11 @@ TARFILES = dev-style.css dev-manual.html dev-manual.pdf \ | |||
116 | figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \ | 116 | figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \ |
117 | figures/git-workflow.png figures/index-downloads.png figures/kernel-dev-flow.png \ | 117 | figures/git-workflow.png figures/index-downloads.png figures/kernel-dev-flow.png \ |
118 | figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ | 118 | figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ |
119 | figures/source-repos.png figures/yp-download.png | 119 | figures/source-repos.png figures/yp-download.png \ |
120 | eclipse | ||
120 | endif | 121 | endif |
121 | 122 | ||
122 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | 123 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse |
123 | FIGURES = figures | 124 | FIGURES = figures |
124 | STYLESHEET = $(DOC)/*.css | 125 | STYLESHEET = $(DOC)/*.css |
125 | 126 | ||