mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Automatically build tool docs also.
This commit is contained in:
parent
3066eca7a5
commit
36b81c46be
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
|
||||
# Copyright (c) 2016 Rene Rivera
|
||||
# Copyright (c) 2016-2018 Rene Rivera
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
|
@ -24,7 +24,7 @@ import "class" : is-a ;
|
|||
|
||||
path-constant BOOST_DOC : . ;
|
||||
|
||||
local lib-docs = [ path.glob [ path.glob $(BOOST_DOC)/../libs : */doc ]
|
||||
local lib-docs = [ path.glob [ path.glob $(BOOST_DOC)/../libs $(BOOST_DOC)/../tools : */doc ]
|
||||
: [ modules.peek project : JAMFILE ] ] ;
|
||||
|
||||
local rule find-target-of-class-or-type ( root-target : klass ? : type ? )
|
||||
|
@ -180,7 +180,6 @@ explicit libraries ;
|
|||
xinclude tools :
|
||||
../tools/quickbook/doc//quickbook
|
||||
../tools/boostbook/doc/boostbook.xml
|
||||
../tools/build/doc//boostdoc
|
||||
;
|
||||
explicit tools ;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue