Jamfile.v2 515 Bytes
# Copyright Antony Polukhin, 2013-2022.
#
# Use, modification, and distribution are
# subject to 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
	: any.xml 
	: <xsl:param>boost.root=../../../.. ;

###############################################################################
alias boostdoc
    : any.xml
    :
    :
    : ;
explicit boostdoc ;
alias boostrelease ;
explicit boostrelease ;