28 lines
790 B
Plaintext
28 lines
790 B
Plaintext
# (C) Copyright 2008-11 Anthony Williams
|
|
# (C) Copyright 2011-12 Vicente J. Botet Escriba
|
|
# (C) Copyright 2016 Barrett Adair
|
|
# (C) Copyright 2017 Peter Dimov
|
|
#
|
|
# 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)
|
|
|
|
import boostbook ;
|
|
import quickbook ;
|
|
|
|
xml callable_traits : callable_traits.qbk ;
|
|
|
|
boostbook standalone
|
|
: callable_traits
|
|
: <xsl:param>boost.root=../../../..
|
|
<xsl:param>generate.manifest=0
|
|
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
|
|
;
|
|
|
|
###############################################################################
|
|
|
|
alias boostdoc ;
|
|
explicit boostdoc ;
|
|
|
|
alias boostrelease : standalone ;
|
|
explicit boostrelease ;
|