Last change
on this file since 32 was
29,
checked in by landauf, 17 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
608 bytes
|
Line | |
---|
1 | |
---|
2 | import quickbook |
---|
3 | ; |
---|
4 | |
---|
5 | project tools/build/v2/doc |
---|
6 | ; |
---|
7 | |
---|
8 | boostbook userman : src/standalone.xml |
---|
9 | : <xsl:param>toc.section.depth=1 |
---|
10 | <xsl:param>doc.standalone=true |
---|
11 | <xsl:param>nav.layout=none |
---|
12 | <implicit-dependency>jam_docs |
---|
13 | <dependency>jam_docs |
---|
14 | ; |
---|
15 | |
---|
16 | xml jam_docs : ../../../jam/doc/bjam.qbk ; |
---|
17 | |
---|
18 | if ! $(BOOST_ROOT) |
---|
19 | { |
---|
20 | BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ; |
---|
21 | } |
---|
22 | |
---|
23 | # Copy stylesheet and images from 'official' docs location |
---|
24 | stage html : $(BOOST_ROOT)/doc/html/boostbook.css ; |
---|
25 | stage html/images |
---|
26 | : [ path.glob $(BOOST_ROOT)/doc/html/images : *.png ] ; |
---|
Note: See
TracBrowser
for help on using the repository browser.