diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-07 15:29:20 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-18 11:29:23 +0100 |
| commit | 688fee4596173d49273d4e77fac57d4024fd30c5 (patch) | |
| tree | 56b93159c186a3de3c8c852ccd81d7b6e24ada6f | |
| parent | c19e706b2c44ac085668d3032d4e5f2eab068a5c (diff) | |
| download | poky-688fee4596173d49273d4e77fac57d4024fd30c5.tar.gz | |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/Makefile | 4 | ||||
| -rw-r--r-- | documentation/mega-manual/figures/cute-files-npm-example.png | bin | 0 -> 26248 bytes |
2 files changed, 2 insertions, 2 deletions
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 \ | |||
| 156 | TARFILES = dev-style.css dev-manual.html figures/buildhistory-web.png \ | 156 | TARFILES = dev-style.css dev-manual.html figures/buildhistory-web.png \ |
| 157 | figures/dev-title.png figures/buildhistory.png \ | 157 | figures/dev-title.png figures/buildhistory.png \ |
| 158 | figures/recipe-workflow.png figures/bitbake-build-flow.png \ | 158 | figures/recipe-workflow.png figures/bitbake-build-flow.png \ |
| 159 | figures/multiconfig_files.png | 159 | figures/multiconfig_files.png figures/cute-files-npm-example.png |
| 160 | endif | 160 | endif |
| 161 | 161 | ||
| 162 | MANUALS = $(DOC)/$(DOC).html | 162 | MANUALS = $(DOC)/$(DOC).html |
| @@ -260,7 +260,7 @@ TARFILES = mega-manual.html mega-style.css \ | |||
| 260 | figures/sdk-devtool-modify-flow.png \ | 260 | figures/sdk-devtool-modify-flow.png \ |
| 261 | figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/bypqs-title.png \ | 261 | figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/bypqs-title.png \ |
| 262 | figures/overview-manual-title.png figures/sdk-autotools-flow.png figures/sdk-makefile-flow.png \ | 262 | figures/overview-manual-title.png figures/sdk-autotools-flow.png figures/sdk-makefile-flow.png \ |
| 263 | figures/bb_multiconfig_files.png figures/bitbake-title.png | 263 | figures/bb_multiconfig_files.png figures/bitbake-title.png figures/cute-files-npm-example.png |
| 264 | endif | 264 | endif |
| 265 | 265 | ||
| 266 | MANUALS = $(DOC)/$(DOC).html | 266 | 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 --- /dev/null +++ b/documentation/mega-manual/figures/cute-files-npm-example.png | |||
| Binary files differ | |||
