#============================================================================== # Copyright (c) 2002 2004 2006 Joel de Guzman # Copyright (c) 2004 Eric Niebler # http://spirit.sourceforge.net/ # # Use, modification and distribution is subject to 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 quickbook/doc ; using boostbook ; using quickbook ; # Targets for building individual parts for combined documentation. xml quickbook : quickbook.qbk ; xml boost-doc-tools : boost-doc-tools/boost-doc-tools.qbk ; # Target for building the full documentation guide from quickbook. xml doc-guide : doc-guide.qbk ; path-constant images : ../../../doc/src ; boostbook standalone : doc-guide : html:boost.root=../../../.. html:img.src.path=../../../../doc/html/ xhtml:boost.root=../../../.. xhtml:img.src.path=../../../../doc/html/ #callout.graphics.path=../../images/callouts// pdf:img.src.path=$(images)/ pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html ; boostbook fully-standalone : doc-guide/__standalone__ : css images boost.root=http://www.boost.org/doc/libs/develop html.stylesheet=boostbook.css img.src.path=images/ boost.graphics.root=images/ boost.mobile=1 # Use an invalid nav.layout value so it displays the header # image, but with no navigation. nav.layout=hackhackhack ; explicit fully-standalone ; install css : [ glob $(BOOST_ROOT)/doc/src/*.css ] : html ; install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ] : html/images ; explicit css ; explicit images ;