diff options
| -rw-r--r-- | documentation/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 61f6fb4d6a..42e6bf930b 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
| @@ -241,7 +241,9 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ | |||
| 241 | figures/analysis-for-package-splitting.png \ | 241 | figures/analysis-for-package-splitting.png \ |
| 242 | figures/image-generation.png \ | 242 | figures/image-generation.png \ |
| 243 | figures/sdk-generation.png figures/recipe-workflow.png \ | 243 | figures/sdk-generation.png figures/recipe-workflow.png \ |
| 244 | figures/build-workspace-directory.png figures/mega-title.png | 244 | figures/build-workspace-directory.png figures/mega-title.png \ |
| 245 | figures/toaster-title.png figures/hosted-service.png \ | ||
| 246 | figures/simple-configuration.png | ||
| 245 | endif | 247 | endif |
| 246 | 248 | ||
| 247 | MANUALS = $(DOC)/$(DOC).html | 249 | MANUALS = $(DOC)/$(DOC).html |
| @@ -329,8 +331,8 @@ ifeq ($(DOC),toaster-manual) | |||
| 329 | XSLTOPTS = --xinclude | 331 | XSLTOPTS = --xinclude |
| 330 | ALLPREQ = html tarball | 332 | ALLPREQ = html tarball |
| 331 | TARFILES = toaster-manual.html toaster-manual-style.css \ | 333 | TARFILES = toaster-manual.html toaster-manual-style.css \ |
| 332 | figures/toaster-title.png figures/simple-configuration.png \ | 334 | figures/toaster-title.png figures/simple-configuration.png \ |
| 333 | figures/hosted-service.png | 335 | figures/hosted-service.png |
| 334 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | 336 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf |
| 335 | FIGURES = figures | 337 | FIGURES = figures |
| 336 | STYLESHEET = $(DOC)/*.css | 338 | STYLESHEET = $(DOC)/*.css |
