mega-manual, Makefile: Added support for three new toaster figures.

These figures were added through a patch and needed to also
be local to the figures directory in the mega-manual.

Also, the Makefile must list the figures for the TAR file.

(From yocto-docs rev: 6904899f2df8c531f1d6f7c61482d737b9e93971)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-03-15 10:30:27 -07:00 committed by Richard Purdie
parent 00fe95d133
commit 77594c08d7
4 changed files with 4 additions and 2 deletions

View File

@ -245,7 +245,8 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \
figures/build-workspace-directory.png figures/mega-title.png \
figures/toaster-title.png figures/hosted-service.png \
figures/simple-configuration.png figures/devtool-add-flow.png \
figures/devtool-modify-flow.png figures/devtool-upgrade-flow.png
figures/devtool-modify-flow.png figures/devtool-upgrade-flow.png \
figures/compatible-layers.png figures/import-layer.png figures/new-project.png
endif
MANUALS = $(DOC)/$(DOC).html
@ -345,7 +346,8 @@ XSLTOPTS = --xinclude
ALLPREQ = html tarball
TARFILES = toaster-manual.html toaster-manual-style.css \
figures/toaster-title.png figures/simple-configuration.png \
figures/hosted-service.png
figures/hosted-service.png \
figures/compatible-layers.png figures/import-layer.png figures/new-project.png
MANUALS = $(DOC)/$(DOC).html
FIGURES = figures
STYLESHEET = $(DOC)/*.css

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB