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>
This commit is contained in:
Scott Rifenbark 2013-06-14 17:30:04 +03:00 committed by Richard Purdie
parent 07c9405365
commit 95c46ae567
1 changed files with 3 additions and 2 deletions

View File

@ -196,7 +196,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures
figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png figures/pybootchartgui-linux-yocto.png \
figures/pychart-linux-yocto-rpm.png figures/pychart-linux-yocto-rpm-nostrip.png \
figures/sched-wakeup-profile.png figures/sysprof-callers.png \
figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png
figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png figures/cross-development-toolchains.png
endif
MANUALS = $(DOC)/$(DOC).html
@ -209,7 +209,8 @@ ifeq ($(DOC),ref-manual)
XSLTOPTS = --xinclude
ALLPREQ = html pdf eclipse tarball
TARFILES = ref-manual.html ref-style.css figures/poky-title.png \
figures/buildhistory.png figures/buildhistory-web.png eclipse
figures/buildhistory.png figures/buildhistory-web.png eclipse \
figures/cross-development-toolchains.png
MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse
FIGURES = figures
STYLESHEET = $(DOC)/*.css