mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Add, optional, building of all library docs.
This commit is contained in:
parent
76997ac946
commit
4c122b350d
1 changed files with 14 additions and 0 deletions
|
@ -6,8 +6,22 @@
|
|||
project boost/doc ;
|
||||
import boostbook : boostbook ;
|
||||
|
||||
path-constant BOOST_DOC : . ;
|
||||
|
||||
alias asio : ../libs/asio/doc//asio/<xsl:param>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
|
||||
|
|
Loading…
Add table
Reference in a new issue