1 | # Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com> |
---|
2 | # |
---|
3 | # Distributed under the Boost Software License, Version 1.0. |
---|
4 | # (See accompanying file LICENSE_1_0.txt or copy at |
---|
5 | # http://www.boost.org/LICENSE_1_0.txt) |
---|
6 | |
---|
7 | project boost/doc ; |
---|
8 | import boostbook : boostbook ; |
---|
9 | |
---|
10 | boostbook doc : src/boost.xml |
---|
11 | : |
---|
12 | |
---|
13 | ## Build the various generated docs (Doxygen and QuickBook)... |
---|
14 | |
---|
15 | <dependency>../libs/program_options/doc//autodoc.xml |
---|
16 | <dependency>../libs/algorithm/string/doc//autodoc.xml |
---|
17 | <dependency>../libs/logic/doc//reference.xml |
---|
18 | <dependency>../libs/functional/hash/doc//hash |
---|
19 | <dependency>../libs/type_traits/doc//type_traits |
---|
20 | <dependency>../libs/static_assert/doc//static_assert |
---|
21 | <dependency>../libs/tr1/doc//tr1 |
---|
22 | <dependency>../libs/math/doc//math |
---|
23 | <dependency>../libs/foreach/doc//foreach |
---|
24 | <dependency>../libs/typeof/doc//typeof |
---|
25 | <dependency>../libs/xpressive/doc//autodoc.xml |
---|
26 | <dependency>../libs/xpressive/doc//xpressive |
---|
27 | <dependency>../libs/date_time/xmldoc//date_time_autodoc.xml |
---|
28 | <dependency>../libs/date_time/xmldoc//gregorian_autodoc.xml |
---|
29 | <dependency>../libs/date_time/xmldoc//posix_time_autodoc.xml |
---|
30 | <dependency>../libs/date_time/xmldoc//local_time_autodoc.xml |
---|
31 | <dependency>../more/whos_using//using |
---|
32 | <dependency>../tools/jam/doc//bjam |
---|
33 | <dependency>../tools/quickbook/doc//quickbook |
---|
34 | |
---|
35 | ## Add path references to the QuickBook generated docs... |
---|
36 | |
---|
37 | <implicit-dependency>../libs/functional/hash/doc//hash |
---|
38 | <implicit-dependency>../libs/type_traits/doc//type_traits |
---|
39 | <implicit-dependency>../libs/static_assert/doc//static_assert |
---|
40 | <implicit-dependency>../libs/tr1/doc//tr1 |
---|
41 | <implicit-dependency>../libs/math/doc//math |
---|
42 | <implicit-dependency>../libs/foreach/doc//foreach |
---|
43 | <implicit-dependency>../libs/typeof/doc//typeof |
---|
44 | <implicit-dependency>../libs/xpressive/doc//xpressive |
---|
45 | <implicit-dependency>../more/whos_using//using |
---|
46 | <implicit-dependency>../tools/jam/doc//bjam |
---|
47 | <implicit-dependency>../tools/quickbook/doc//quickbook |
---|
48 | |
---|
49 | <xsl:param>boost.libraries=../../libs/libraries.htm |
---|
50 | ; |
---|