]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
Makefile: Updated the figure list for the mega-manual.
authorScott Rifenbark <srifenbark@gmail.com>
Tue, 15 Mar 2016 18:05:17 +0000 (11:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Mar 2016 21:56:07 +0000 (21:56 +0000)
Including three figs for Toaster manual.

(From yocto-docs rev: c41f9859b6cfc4e34b8e0d0e812fad0b8dd44540)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/Makefile
documentation/mega-manual/figures/sdk-environment.png [new file with mode: 0644]
documentation/mega-manual/figures/sdk-installed-standard-sdk-directory.png [new file with mode: 0644]
documentation/sdk-manual/figures/sdk-installed-standard-sdk-directory.png [new file with mode: 0644]

index 52bbdc52ff7f5476bdda7d70393adc0fe8422a81..e502a4d6002187d330046f85fdec7a8fe71ff608 100644 (file)
@@ -246,7 +246,8 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.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/compatible-layers.png figures/import-layer.png figures/new-project.png
+       figures/compatible-layers.png figures/import-layer.png figures/new-project.png \
+       figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png
        endif
 
 MANUALS = $(DOC)/$(DOC).html
@@ -288,7 +289,7 @@ ifeq ($(DOC),sdk-manual)
 XSLTOPTS = --xinclude
 ALLPREQ = html eclipse tarball
 TARFILES = sdk-manual.html sdk-style.css figures/sdk-title.png \
-           figures/sdk-environment.png \
+           figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory \
            eclipse
 MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
 FIGURES = figures
diff --git a/documentation/mega-manual/figures/sdk-environment.png b/documentation/mega-manual/figures/sdk-environment.png
new file mode 100644 (file)
index 0000000..78b8cad
Binary files /dev/null and b/documentation/mega-manual/figures/sdk-environment.png differ
diff --git a/documentation/mega-manual/figures/sdk-installed-standard-sdk-directory.png b/documentation/mega-manual/figures/sdk-installed-standard-sdk-directory.png
new file mode 100644 (file)
index 0000000..d4af850
Binary files /dev/null and b/documentation/mega-manual/figures/sdk-installed-standard-sdk-directory.png differ
diff --git a/documentation/sdk-manual/figures/sdk-installed-standard-sdk-directory.png b/documentation/sdk-manual/figures/sdk-installed-standard-sdk-directory.png
new file mode 100644 (file)
index 0000000..d4af850
Binary files /dev/null and b/documentation/sdk-manual/figures/sdk-installed-standard-sdk-directory.png differ