Files
boost_function/doc/Jamfile.v2
T

26 lines
682 B
Plaintext
Raw Normal View History

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 ;
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
;
###############################################################################
alias boostdoc
: function.xml
:
:
: ;
explicit boostdoc ;
alias boostrelease ;
explicit boostrelease ;