Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/doc/Jamfile.v2 @ 26

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

added boost

File size: 900 bytes
Line 
1project boost/doc ;
2import boostbook : boostbook ;
3
4# The <dependency> below allows Boost.Build to see Doxygen
5# main target, which is necessary to correctly build
6# documentation
7boostbook doc : src/boost.xml
8    :
9     <dependency>../libs/program_options/doc//autodoc.xml
10     <dependency>../libs/algorithm/string/doc//autodoc.xml
11     <dependency>../libs/logic/doc//reference.xml
12     <dependency>../libs/functional/hash/doc//hash
13     <dependency>../libs/type_traits/doc//type_traits
14     <dependency>../libs/static_assert/doc//static_assert
15     <dependency>../more/whos_using//using
16     <implicit-dependency>../libs/functional/hash/doc//hash
17     <implicit-dependency>../libs/type_traits/doc//type_traits
18     <implicit-dependency>../libs/static_assert/doc//static_assert
19     <implicit-dependency>../more/whos_using//using
20     <xsl:param>boost.libraries=../../libs/libraries.htm
21
22    ;
23
24
Note: See TracBrowser for help on using the repository browser.