2006-11-03 19:41:10 +00:00
|
|
|
# Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
|
|
|
|
|
|
|
|
# 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)
|
2014-08-13 18:26:43 +01:00
|
|
|
project function/doc ;
|
2003-04-13 14:51:26 +00:00
|
|
|
import boostbook : boostbook ;
|
|
|
|
|
2009-02-23 18:39:32 +00:00
|
|
|
boostbook function-doc
|
2010-06-26 12:30:09 +00:00
|
|
|
:
|
|
|
|
function.xml
|
|
|
|
:
|
|
|
|
<xsl:param>boost.root=../../../..
|
2009-02-23 18:39:32 +00:00
|
|
|
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
|
2010-06-26 12:30:09 +00:00
|
|
|
;
|
2003-04-13 14:51:26 +00:00
|
|
|
|
2016-10-07 23:07:34 -05:00
|
|
|
###############################################################################
|
|
|
|
alias boostdoc
|
|
|
|
: function.xml
|
|
|
|
:
|
|
|
|
:
|
|
|
|
: ;
|
|
|
|
explicit boostdoc ;
|
|
|
|
alias boostrelease ;
|
|
|
|
explicit boostrelease ;
|