mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 05:25:00 +00:00
Restore accidentally disabling default doc building.
This commit is contained in:
parent
02da0ef4d3
commit
e6857ae63c
1 changed files with 1 additions and 3 deletions
|
@ -23,8 +23,6 @@ import path ;
|
|||
|
||||
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 ;
|
||||
|
@ -168,6 +166,7 @@ xinclude tools :
|
|||
../tools/boostbook/doc/boostbook.xml
|
||||
../tools/build/doc/src/userman.xml
|
||||
;
|
||||
explicit tools ;
|
||||
|
||||
boostbook doc
|
||||
:
|
||||
|
@ -207,7 +206,6 @@ boostbook doc
|
|||
<dependency>callouts
|
||||
<xsl:path>$(BOOST_DOC)
|
||||
;
|
||||
explicit doc ;
|
||||
|
||||
install images : [ glob src/images/*.png ] : <location>html/images ;
|
||||
explicit images ;
|
||||
|
|
Loading…
Add table
Reference in a new issue