Rev | Line | |
---|
[12] | 1 | project boost/doc ; |
---|
| 2 | import boostbook : boostbook ; |
---|
| 3 | |
---|
| 4 | # The <dependency> below allows Boost.Build to see Doxygen |
---|
| 5 | # main target, which is necessary to correctly build |
---|
| 6 | # documentation |
---|
| 7 | boostbook 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.