diff options
Diffstat (limited to 'documentation/Makefile')
| -rw-r--r-- | documentation/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index c6584af546..bb7f327598 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
| @@ -88,6 +88,12 @@ ifeq ($(DOC),overview-manual) | |||
| 88 | XSLTOPTS = --xinclude | 88 | XSLTOPTS = --xinclude |
| 89 | ALLPREQ = html eclipse tarball | 89 | ALLPREQ = html eclipse tarball |
| 90 | TARFILES = overview-style.css overview-manual.html figures/overview-title.png \ | 90 | TARFILES = overview-style.css overview-manual.html figures/overview-title.png \ |
| 91 | figures/git-workflow.png figures/source-repos.png figures/index-downloads.png \ | ||
| 92 | figures/yp-download.png figures/yocto-environment-ref.png figures/user-configuration.png \ | ||
| 93 | figures/layer-input.png figures/source-input.png figures/package-feeds.png \ | ||
| 94 | figures/source-fetching.png figures/patching.png figures/configuration-compile-autoreconf.png \ | ||
| 95 | figures/analysis-for-package-splitting.png figures/image-generation.png \ | ||
| 96 | figures/sdk-generation.png figures/images.png figures/sdk.png \ | ||
| 91 | eclipse | 97 | eclipse |
| 92 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 98 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
| 93 | FIGURES = figures | 99 | FIGURES = figures |
| @@ -274,16 +280,11 @@ ifeq ($(DOC),ref-manual) | |||
| 274 | XSLTOPTS = --xinclude | 280 | XSLTOPTS = --xinclude |
| 275 | ALLPREQ = html eclipse tarball | 281 | ALLPREQ = html eclipse tarball |
| 276 | TARFILES = ref-manual.html ref-style.css figures/poky-title.png figures/YP-flow-diagram.png \ | 282 | TARFILES = ref-manual.html ref-style.css figures/poky-title.png figures/YP-flow-diagram.png \ |
| 277 | figures/buildhistory.png figures/buildhistory-web.png eclipse \ | 283 | figures/buildhistory.png figures/buildhistory-web.png \ |
| 278 | figures/cross-development-toolchains.png figures/layer-input.png \ | 284 | figures/cross-development-toolchains.png \ |
| 279 | figures/package-feeds.png figures/source-input.png \ | 285 | figures/building-an-image.png \ |
| 280 | figures/user-configuration.png figures/yocto-environment-ref.png \ | 286 | figures/build-workspace-directory.png \ |
| 281 | figures/images.png figures/sdk.png figures/source-fetching.png \ | 287 | eclipse |
| 282 | figures/patching.png figures/configuration-compile-autoreconf.png \ | ||
| 283 | figures/analysis-for-package-splitting.png figures/image-generation.png \ | ||
| 284 | figures/sdk-generation.png figures/building-an-image.png \ | ||
| 285 | figures/build-workspace-directory.png figures/source-repos.png \ | ||
| 286 | figures/index-downloads.png figures/yp-download.png figures/git-workflow.png | ||
| 287 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 288 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
| 288 | FIGURES = figures | 289 | FIGURES = figures |
| 289 | STYLESHEET = $(DOC)/*.css | 290 | STYLESHEET = $(DOC)/*.css |
