]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
mega-manual, Makefile: Added support for three new toaster figures.
authorScott Rifenbark <srifenbark@gmail.com>
Tue, 15 Mar 2016 17:30:27 +0000 (10:30 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Mar 2016 21:56:06 +0000 (21:56 +0000)
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>
documentation/Makefile
documentation/mega-manual/figures/compatible-layers.png [new file with mode: 0644]
documentation/mega-manual/figures/import-layer.png [new file with mode: 0644]
documentation/mega-manual/figures/new-project.png [new file with mode: 0644]

index db61eb3782c7c1196cb2d8c25365e830027dae32..781aa5ad3c88b0a28741fdaed60dd41b83c615d3 100644 (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
diff --git a/documentation/mega-manual/figures/compatible-layers.png b/documentation/mega-manual/figures/compatible-layers.png
new file mode 100644 (file)
index 0000000..38436b0
Binary files /dev/null and b/documentation/mega-manual/figures/compatible-layers.png differ
diff --git a/documentation/mega-manual/figures/import-layer.png b/documentation/mega-manual/figures/import-layer.png
new file mode 100644 (file)
index 0000000..436ec7a
Binary files /dev/null and b/documentation/mega-manual/figures/import-layer.png differ
diff --git a/documentation/mega-manual/figures/new-project.png b/documentation/mega-manual/figures/new-project.png
new file mode 100644 (file)
index 0000000..dbc50b9
Binary files /dev/null and b/documentation/mega-manual/figures/new-project.png differ