Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/doc/Jamfile.v2 @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 2.1 KB
Line 
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
7project boost/doc ;
8import boostbook : boostbook ;
9
10boostbook 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    ;
Note: See TracBrowser for help on using the repository browser.