mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
Build stand-alone doc
This commit is contained in:
@ -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:
|
||||||
|
|
||||||
|
22
doc/Jamfile
22
doc/Jamfile
@ -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 ;
|
||||||
|
Reference in New Issue
Block a user