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 c3c6a3c7e3..665b542f5d 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -196,7 +196,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures | |||
196 | figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png figures/pybootchartgui-linux-yocto.png \ | 196 | figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png figures/pybootchartgui-linux-yocto.png \ |
197 | figures/pychart-linux-yocto-rpm.png figures/pychart-linux-yocto-rpm-nostrip.png \ | 197 | figures/pychart-linux-yocto-rpm.png figures/pychart-linux-yocto-rpm-nostrip.png \ |
198 | figures/sched-wakeup-profile.png figures/sysprof-callers.png \ | 198 | figures/sched-wakeup-profile.png figures/sysprof-callers.png \ |
199 | figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png | 199 | figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png figures/cross-development-toolchains.png |
200 | endif | 200 | endif |
201 | 201 | ||
202 | MANUALS = $(DOC)/$(DOC).html | 202 | MANUALS = $(DOC)/$(DOC).html |
@@ -209,7 +209,8 @@ ifeq ($(DOC),ref-manual) | |||
209 | XSLTOPTS = --xinclude | 209 | XSLTOPTS = --xinclude |
210 | ALLPREQ = html pdf eclipse tarball | 210 | ALLPREQ = html pdf eclipse tarball |
211 | TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ | 211 | TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ |
212 | figures/buildhistory.png figures/buildhistory-web.png eclipse | 212 | figures/buildhistory.png figures/buildhistory-web.png eclipse \ |
213 | figures/cross-development-toolchains.png | ||
213 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse | 214 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse |
214 | FIGURES = figures | 215 | FIGURES = figures |
215 | STYLESHEET = $(DOC)/*.css | 216 | STYLESHEET = $(DOC)/*.css |