summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-06-14 17:30:04 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-21 14:26:31 +0100
commit95c46ae56791db56ced99fe77a6f8d13e1d37a38 (patch)
tree3e664ee24dc6fc443e434d1932247107e3960764 /documentation
parent07c94053657e1a5d1236f39b4c86d7ad9154b1fd (diff)
downloadpoky-95c46ae56791db56ced99fe77a6f8d13e1d37a38.tar.gz
Makefile: Added figure cross-development-toolchains.png
A new figure was introduced in the ref-manual. This required the figure to be added to the list for tarball creation for both the ref-manual and the mega-manual. (From yocto-docs rev: 4179b6284f9d5fb87dec5d0442f7637b1e15de30) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Makefile5
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
202MANUALS = $(DOC)/$(DOC).html 202MANUALS = $(DOC)/$(DOC).html
@@ -209,7 +209,8 @@ ifeq ($(DOC),ref-manual)
209XSLTOPTS = --xinclude 209XSLTOPTS = --xinclude
210ALLPREQ = html pdf eclipse tarball 210ALLPREQ = html pdf eclipse tarball
211TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ 211TARFILES = 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
213MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse 214MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse
214FIGURES = figures 215FIGURES = figures
215STYLESHEET = $(DOC)/*.css 216STYLESHEET = $(DOC)/*.css