forked from boostorg/array
Copy doc jamfile from develop
It's need to build the documentation now.
This commit is contained in:
19
doc/Jamfile.v2
Normal file
19
doc/Jamfile.v2
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
#~ Copyright Marshall Clow 2013
|
||||||
|
#~ Distributed under the Boost Software License, Version 1.0.
|
||||||
|
#~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
using boostbook ;
|
||||||
|
|
||||||
|
boostbook standalone
|
||||||
|
: array.xml
|
||||||
|
: <xsl:param>boost.root=../../../.. ;
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
alias boostdoc
|
||||||
|
: array.xml
|
||||||
|
:
|
||||||
|
:
|
||||||
|
: ;
|
||||||
|
explicit boostdoc ;
|
||||||
|
alias boostrelease ;
|
||||||
|
explicit boostrelease ;
|
Reference in New Issue
Block a user