20 lines
380 B
Plaintext
20 lines
380 B
Plaintext
|
# Copyright 2014 Glen Joseph Fernandes
|
||
|
# (glenjofe@gmail.com)
|
||
|
#
|
||
|
# Distributed under the Boost Software License, Version 1.0.
|
||
|
# (http://www.boost.org/LICENSE_1_0.txt)
|
||
|
|
||
|
import quickbook ;
|
||
|
|
||
|
xml align : align.qbk ;
|
||
|
|
||
|
boostbook standalone : align : <xsl:param>boost.root=../../../.. ;
|
||
|
|
||
|
alias boostdoc : align : : : ;
|
||
|
|
||
|
explicit boostdoc ;
|
||
|
|
||
|
alias boostrelease ;
|
||
|
|
||
|
explicit boostrelease ;
|