|
Last change
on this file since 30 was
29,
checked in by landauf, 17 years ago
|
|
updated boost from 1_33_1 to 1_34_1
|
|
File size:
724 bytes
|
| Line | |
|---|
| 1 | project tools/jam/doc ; |
|---|
| 2 | |
|---|
| 3 | import path ; |
|---|
| 4 | |
|---|
| 5 | using quickbook ; |
|---|
| 6 | |
|---|
| 7 | xml bjam |
|---|
| 8 | : |
|---|
| 9 | bjam.qbk |
|---|
| 10 | ; |
|---|
| 11 | |
|---|
| 12 | stage html |
|---|
| 13 | : |
|---|
| 14 | ../../../LICENSE_1_0.txt |
|---|
| 15 | ../../../boost.png |
|---|
| 16 | ../../../doc/html/boostbook.css |
|---|
| 17 | ; |
|---|
| 18 | |
|---|
| 19 | stage html/images |
|---|
| 20 | : |
|---|
| 21 | [ path.glob ../../../doc/html/images : *.png ] |
|---|
| 22 | ; |
|---|
| 23 | |
|---|
| 24 | boostbook standalone |
|---|
| 25 | : |
|---|
| 26 | bjam |
|---|
| 27 | : |
|---|
| 28 | <format>html |
|---|
| 29 | <name>html |
|---|
| 30 | <dependency>html |
|---|
| 31 | <dependency>html/images |
|---|
| 32 | <xsl:param>boost.root=. |
|---|
| 33 | <xsl:param>nav.layout=none |
|---|
| 34 | ; |
|---|
| 35 | |
|---|
| 36 | # Copyright Rene Rivera 2005-2006. Use, modification, and distribution are |
|---|
| 37 | # subject to the Boost Software License, Version 1.0. (See accompanying |
|---|
| 38 | # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
|---|
Note: See
TracBrowser
for help on using the repository browser.