1# Copyright 2005 Daniel James. 2# Copyright 2009 Frank Mori Hess. 3# 4# Distributed under the Boost Software License, Version 1.0. (See accompanying 5# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 6 7using boostbook ; 8 9boostbook standalone : signals.xml : 10 <dependency>hello_world_def_code_snippet.xml 11 <implicit-dependency>hello_world_def_code_snippet.xml 12 13 <xsl:param>boost.root=../../../.. 14# <xsl:param>navig.graphics=1 15 16# <xsl:param>chunk.first.sections=1 17# <xsl:param>chunk.section.depth=2 18# <xsl:param>generate.section.toc.level=2 19# <xsl:param>toc.section.depth=1 20# <xsl:param>toc.max.depth=1 21 22# <xsl:param>boost.compact.typedef=0 23# <xsl:param>boost.compact.function=0 24# <xsl:param>boost.compact.enum=0 25 ; 26 27import snippet-extractor ; 28 29exe snippet_extractor : snippet_extractor.cpp : release ; 30 31make hello_world_def_code_snippet.xml 32 : [ glob ../example/*.cpp ] 33 : snippet-extractor.extract-snippets 34 : <extractor-command>.//snippet_extractor 35 ; 36 37############################################################################### 38alias boostdoc 39 : signals.xml 40 : 41 : 42 : <implicit-dependency>hello_world_def_code_snippet.xml 43 <dependency>hello_world_def_code_snippet.xml ; 44explicit boostdoc ; 45alias boostrelease ; 46explicit boostrelease ; 47