summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-12-26 16:07:14 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-27 22:53:11 +0000
commit70edcf9cf3c3798306803b93fb00270d677af99a (patch)
tree37cc5a0d0d26a0797d387146ba54ff0700a505f8 /documentation/Makefile
parent2c0db14f949a550c6b05c02ee372d8a09269aef7 (diff)
downloadpoky-70edcf9cf3c3798306803b93fb00270d677af99a.tar.gz
mega-manual: Updates to support BitBake User Manual
Fixes [YOCTO #12399] Fixes made to have the BitBake User Manual included in the build of the mega-manual. I placed this manual at the end of the mega-manual. Following changes made: * Makefile - Modified to include two PNG files. All PNG files in a given manual are listed in the area that makes the mega-manual so that the tarfile is complete. * mega-manual.xml - Updated the front wording to tell the user that the BitBake User Manual is included in the Mega-Manual. Also, added a last section to actually include the bitbake-title.png file and the *.xml files. Note that I could not add the title figure from the same figures folder of the local "bitbake" folder. Would not include in the build. So, I pulled the file from the figures folder of the mega-manual, which is what I do for all the other book titles used in the mega-manual. * mega-manual.sed - Modified to clean out the old stuff that had been carried along for older books not supported for the release. Modified to include link processing for the newly included BitBake User Manual. * New Figures - Moved copies of the "bb_multiconfig_files.png" and "bitbake-title.png" figures into the figures folder of the mega-manual. (From yocto-docs rev: 78a1ae0ca92bb7f8a9d3a32a320299371d0ed361) 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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 093422f69f..1480e14eac 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -269,7 +269,8 @@ TARFILES = mega-manual.html mega-style.css \
269 figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \ 269 figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \
270 figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \ 270 figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \
271 figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/bypqs-title.png \ 271 figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/bypqs-title.png \
272 figures/overview-manual-title.png figures/sdk-autotools-flow.png figures/sdk-makefile-flow.png 272 figures/overview-manual-title.png figures/sdk-autotools-flow.png figures/sdk-makefile-flow.png \
273 figures/bb_multiconfig_files.png figures/bitbake-title.png
273 endif 274 endif
274 275
275MANUALS = $(DOC)/$(DOC).html 276MANUALS = $(DOC)/$(DOC).html