From 4c122b350d3588a8876f34bb2c50920e83964a84 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 23 Dec 2015 17:34:46 -0600 Subject: [PATCH] Add, optional, building of all library docs. --- doc/Jamfile.v2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index e56a7e1c0f..01e2d0a8b0 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -6,8 +6,22 @@ project boost/doc ; import boostbook : boostbook ; +path-constant BOOST_DOC : . ; + alias asio : ../libs/asio/doc//asio/boost.libraries=../../libs/libraries.htm ; +if "--release-build" in [ modules.peek : ARGV ] +{ + import project ; + import path ; + local lib-docs = [ path.glob [ path.glob $(BOOST_DOC)/../libs : */doc ] + : [ modules.peek project : JAMFILE ] ] ; + for local lib-doc in $(lib-docs:D) + { + build-project [ path.relative-to $(BOOST_DOC) $(lib-doc) ] ; + } +} + # # Note that when refering to libraries that use auto-index we must process all the way to # docbook before including here. We must also ensure that auto-index uses it's own index