Build stand-alone doc

This commit is contained in:
Vinnie Falco
2017-07-28 19:15:55 -07:00
parent b2d58d60f9
commit 8bf86bd2fa
2 changed files with 13 additions and 10 deletions

View File

@ -15,6 +15,7 @@ Version 91:
* Update project metadata * Update project metadata
* Move benchmarks to bench/ * Move benchmarks to bench/
* Fix doc title * Fix doc title
* Build stand-alone doc
WebSocket: WebSocket:

View File

@ -140,14 +140,6 @@ install qbk : reference.qbk ;
# #
# Produce the Boost.Book XML from the QuickBook # Produce the Boost.Book XML from the QuickBook
# #
xml beast_doc
:
qbk/00_main.qbk
:
<dependency>qbk
;
explicit beast_doc ;
install images install images
: :
@ -158,6 +150,16 @@ install images
explicit images ; explicit images ;
xml beast_doc
:
qbk/00_main.qbk
:
<dependency>images
<dependency>qbk
;
explicit beast_doc ;
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# #
# HTML documentation for $(BOOST_ROOT)/doc/html # HTML documentation for $(BOOST_ROOT)/doc/html
@ -188,8 +190,8 @@ boostbook beast
# means to build the integrated and stand-alone docs. # means to build the integrated and stand-alone docs.
# #
alias boostdoc : beast_doc ; alias boostdoc ;
explicit boostdoc ; explicit boostdoc ;
alias boostrelease ; alias boostrelease : beast ;
explicit boostrelease ; explicit boostrelease ;