mirror of
https://github.com/boostorg/callable_traits.git
synced 2026-02-27 04:52:19 +00:00
24 lines
766 B
Plaintext
24 lines
766 B
Plaintext
# Copyright 2010 Tim Blechmann
|
|
# Copyright 2016 Modified Work Barrett Adair
|
|
# 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 quickbook ;
|
|
|
|
xml callable_traits : callable_traits.qbk : ;
|
|
|
|
boostbook standalone
|
|
: callable_traits
|
|
: <xsl:param>html.stylesheet=boostbook.css
|
|
# <xsl:param>boost.root=./
|
|
# <xsl:param>boost.libraries=$BOOST_ROOT/libraries.htm
|
|
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/callable_traits/doc/html
|
|
;
|
|
|
|
install css : [ glob src/css/*.css ]
|
|
: <location>html ;
|
|
install images : [ glob src/images/*.png ]
|
|
: <location>html/images ;
|
|
explicit css ;
|
|
explicit images ;
|