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:30:38 +0100 |
| commit | 88763b56c32f2cf5bb4bd6279a48fa2133b2a0fc (patch) | |
| tree | 4752b229a147b1ede7365c517de1ba876d0acfcf /documentation/Makefile | |
| parent | 255e6178ca5d8d656fd83ba42e3345b5696a96d9 (diff) | |
| download | poky-88763b56c32f2cf5bb4bd6279a48fa2133b2a0fc.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: 8180e6b1e94431efc9e439386ab227328f7cea21)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
| -rw-r--r-- | documentation/Makefile | 4 |
1 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 |
