mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 04:47:29 +02:00
Build stand-alone doc
This commit is contained in:
@ -15,6 +15,7 @@ Version 91:
|
||||
* Update project metadata
|
||||
* Move benchmarks to bench/
|
||||
* Fix doc title
|
||||
* Build stand-alone doc
|
||||
|
||||
WebSocket:
|
||||
|
||||
|
22
doc/Jamfile
22
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
|
||||
:
|
||||
<dependency>qbk
|
||||
;
|
||||
|
||||
explicit beast_doc ;
|
||||
|
||||
install images
|
||||
:
|
||||
@ -158,6 +150,16 @@ install images
|
||||
|
||||
explicit images ;
|
||||
|
||||
xml beast_doc
|
||||
:
|
||||
qbk/00_main.qbk
|
||||
:
|
||||
<dependency>images
|
||||
<dependency>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 ;
|
||||
|
Reference in New Issue
Block a user