# Copyright Barrett Adair 2016 # Copyright Vladimir Prus 2002-2006. # Copyright Dave Abrahams 2005-2006. # Copyright Rene Rivera 2005-2007. # Copyright Douglas Gregor 2005. # # 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 package ; import sequence ; import xsltproc ; import set ; import path ; import link ; # I have no idea what I'm doing project callable_traits : requirements . # Disable auto-linking for all targets here, primarily because it caused # troubles with V2. BOOST_ALL_NO_LIB=1 como:static como-linux:_GNU_SOURCE=1 # When building docs within Boost, we want the standard Boost style boost.defaults=Boost : usage-requirements . : build-dir build ; import boostbook : boostbook ; boostbook callable_traits : doc/boost.xml : ./doc/autodoc.xml ./callable_traits/doc/callable_traits boost.libraries=../../libs/libraries.htm html:chunker.output.doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" html:chunker.output.doctype-system="http://www.w3.org/TR/html4/loose.dtd" ; install images : [ glob doc/src/images/*.png ] : doc/html/images ; explicit images ; build-project doc ;