From 688fee4596173d49273d4e77fac57d4024fd30c5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 7 Jun 2019 15:29:20 -0700 Subject: Makefile: Updated to support new NPM package creation section The newly created section on how to create NPM packages required a figure. I added the figure to both the dev-manual and mega-manual tarballs creation areas. (From yocto-docs rev: 5109274d107b6d3ae6be3f71a20379cb6abb39d6) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 4 ++-- .../mega-manual/figures/cute-files-npm-example.png | Bin 0 -> 26248 bytes 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 documentation/mega-manual/figures/cute-files-npm-example.png (limited to 'documentation') diff --git a/documentation/Makefile b/documentation/Makefile index accf23414f..525a7309aa 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -156,7 +156,7 @@ TARFILES = dev-style.css dev-manual.html \ TARFILES = dev-style.css dev-manual.html figures/buildhistory-web.png \ figures/dev-title.png figures/buildhistory.png \ figures/recipe-workflow.png figures/bitbake-build-flow.png \ - figures/multiconfig_files.png + figures/multiconfig_files.png figures/cute-files-npm-example.png endif MANUALS = $(DOC)/$(DOC).html @@ -260,7 +260,7 @@ TARFILES = mega-manual.html mega-style.css \ figures/sdk-devtool-modify-flow.png \ figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/bypqs-title.png \ figures/overview-manual-title.png figures/sdk-autotools-flow.png figures/sdk-makefile-flow.png \ - figures/bb_multiconfig_files.png figures/bitbake-title.png + figures/bb_multiconfig_files.png figures/bitbake-title.png figures/cute-files-npm-example.png endif MANUALS = $(DOC)/$(DOC).html diff --git a/documentation/mega-manual/figures/cute-files-npm-example.png b/documentation/mega-manual/figures/cute-files-npm-example.png new file mode 100644 index 0000000000..1ebe74f535 Binary files /dev/null and b/documentation/mega-manual/figures/cute-files-npm-example.png differ -- cgit v1.2.3-54-g00ecf