diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index fc9f9f9534..9e0ba56df3 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -89,12 +89,7 @@ XSLTOPTS = --xinclude | |||
89 | ALLPREQ = html eclipse tarball | 89 | ALLPREQ = html eclipse tarball |
90 | TARFILES = getting-started-style.css getting-started.html figures/getting-started-title.png \ | 90 | TARFILES = getting-started-style.css getting-started.html figures/getting-started-title.png \ |
91 | figures/git-workflow.png figures/source-repos.png figures/index-downloads.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 \ | 92 | figures/yp-download.png figures/YP-flow-diagram.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 \ | ||
97 | figures/YP-flow-diagram.png \ | ||
98 | eclipse | 93 | eclipse |
99 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 94 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
100 | FIGURES = figures | 95 | FIGURES = figures |
@@ -106,7 +101,12 @@ ifeq ($(DOC),concepts-manual) | |||
106 | XSLTOPTS = --xinclude | 101 | XSLTOPTS = --xinclude |
107 | ALLPREQ = html eclipse tarball | 102 | ALLPREQ = html eclipse tarball |
108 | TARFILES = concepts-manual-style.css concepts-manual.html figures/concepts-manual-title.png \ | 103 | TARFILES = concepts-manual-style.css concepts-manual.html figures/concepts-manual-title.png \ |
109 | figures/cross-development-toolchains.png \ | 104 | figures/cross-development-toolchains.png figures/yocto-environment-ref.png \ |
105 | figures/user-configuration.png figures/layer-input.png figures/source-input.png \ | ||
106 | figures/package-feeds.png figures/patching.png figures/source-fetching.png \ | ||
107 | figures/configuration-compile-autoreconf.png figures/analysis-for-package-splitting.png \ | ||
108 | figures/image-generation.png figures/sdk-generation.png figures/images.png \ | ||
109 | figures/sdk.png \ | ||
110 | eclipse | 110 | eclipse |
111 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 111 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
112 | FIGURES = figures | 112 | FIGURES = figures |