diff --git a/CHANGELOG.md b/CHANGELOG.md index 841b8867..0bf569a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Version 91: * Update project metadata * Move benchmarks to bench/ * Fix doc title +* Build stand-alone doc WebSocket: diff --git a/doc/Jamfile b/doc/Jamfile index 907b31ef..9c53db23 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -140,14 +140,6 @@ install qbk : reference.qbk ; # # Produce the Boost.Book XML from the QuickBook # -xml beast_doc - : - qbk/00_main.qbk - : - qbk - ; - -explicit beast_doc ; install images : @@ -158,6 +150,16 @@ install images explicit images ; +xml beast_doc + : + qbk/00_main.qbk + : + images + qbk + ; + +explicit beast_doc ; + #------------------------------------------------------------------------------- # # HTML documentation for $(BOOST_ROOT)/doc/html @@ -188,8 +190,8 @@ boostbook beast # means to build the integrated and stand-alone docs. # -alias boostdoc : beast_doc ; +alias boostdoc ; explicit boostdoc ; -alias boostrelease ; +alias boostrelease : beast ; explicit boostrelease ;