# 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) using boostbook ; boostbook standalone : signals.xml : hello_world_def_code_snippet.xml hello_world_def_code_snippet.xml boost.root=../../../.. # navig.graphics=1 # chunk.first.sections=1 # chunk.section.depth=2 # generate.section.toc.level=2 # toc.section.depth=1 # toc.max.depth=1 # boost.compact.typedef=0 # boost.compact.function=0 # boost.compact.enum=0 ; import snippet-extractor ; exe snippet_extractor : snippet_extractor.cpp : release ; make hello_world_def_code_snippet.xml : [ glob ../example/*.cpp ] : snippet-extractor.extract-snippets : .//snippet_extractor ; ############################################################################### alias boostdoc : signals.xml : : : hello_world_def_code_snippet.xml hello_world_def_code_snippet.xml ; explicit boostdoc ; alias boostrelease ; explicit boostrelease ;