diff options
Diffstat (limited to 'documentation/Makefile')
-rw-r--r-- | documentation/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 52bbdc52ff..e502a4d600 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -246,7 +246,8 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ | |||
246 | figures/toaster-title.png figures/hosted-service.png \ | 246 | figures/toaster-title.png figures/hosted-service.png \ |
247 | figures/simple-configuration.png figures/devtool-add-flow.png \ | 247 | figures/simple-configuration.png figures/devtool-add-flow.png \ |
248 | figures/devtool-modify-flow.png figures/devtool-upgrade-flow.png \ | 248 | figures/devtool-modify-flow.png figures/devtool-upgrade-flow.png \ |
249 | figures/compatible-layers.png figures/import-layer.png figures/new-project.png | 249 | figures/compatible-layers.png figures/import-layer.png figures/new-project.png \ |
250 | figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png | ||
250 | endif | 251 | endif |
251 | 252 | ||
252 | MANUALS = $(DOC)/$(DOC).html | 253 | MANUALS = $(DOC)/$(DOC).html |
@@ -288,7 +289,7 @@ ifeq ($(DOC),sdk-manual) | |||
288 | XSLTOPTS = --xinclude | 289 | XSLTOPTS = --xinclude |
289 | ALLPREQ = html eclipse tarball | 290 | ALLPREQ = html eclipse tarball |
290 | TARFILES = sdk-manual.html sdk-style.css figures/sdk-title.png \ | 291 | TARFILES = sdk-manual.html sdk-style.css figures/sdk-title.png \ |
291 | figures/sdk-environment.png \ | 292 | figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory \ |
292 | eclipse | 293 | eclipse |
293 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 294 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
294 | FIGURES = figures | 295 | FIGURES = figures |