signals2/doc/Jamfile.v2
Daniel James d1da61ca39 Update various libraries' documentation build.
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]
2010-06-20 18:00:48 +00:00

34 lines
984 B
Plaintext

# Copyright 2005 Daniel James.
# Copyright 2009 Frank Mori Hess.
#
# 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)
boostbook standalone : signals.xml :
<dependency>hello_world_def_code_snippet.xml
<implicit-dependency>hello_world_def_code_snippet.xml
<xsl:param>boost.root=../../../..
# <xsl:param>navig.graphics=1
# <xsl:param>chunk.first.sections=1
# <xsl:param>chunk.section.depth=2
# <xsl:param>generate.section.toc.level=2
# <xsl:param>toc.section.depth=1
# <xsl:param>toc.max.depth=1
# <xsl:param>boost.compact.typedef=0
# <xsl:param>boost.compact.function=0
# <xsl:param>boost.compact.enum=0
;
import snippet-extractor ;
exe snippet_extractor : snippet_extractor.cpp ;
make hello_world_def_code_snippet.xml
: [ glob ../example/*.cpp ]
: snippet-extractor.extract-snippets
: <extractor-command>.//snippet_extractor
;