boostbook/doc/Jamfile.v2
Andrey Semashev c693753132 Added boostdoc and boostrelease targets.
These targets seems to be necessary to make BoostBook docs to be built
during the release process.
2024-08-17 23:49:24 +03:00

23 lines
640 B
Plaintext

# 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)
project boostbook/doc ;
import boostbook : boostbook ;
xml reference : reference.dtdxml : <location>. ;
explicit reference ;
boostbook boostbook : boostbook.xml :
<xsl:param>boost.root=../../../..
<dependency>reference
;
###############################################################################
alias boostdoc ;
explicit boostdoc ;
alias boostrelease : boostbook ;
explicit boostrelease ;