Line | |
---|
1 | |
---|
2 | project tools/build/v2/doc |
---|
3 | ; |
---|
4 | |
---|
5 | boostbook userman : src/userman.xml |
---|
6 | : <xsl:param>toc.section.depth=1 |
---|
7 | <xsl:param>doc.standalone=true |
---|
8 | <xsl:param>nav.layout=none |
---|
9 | ; |
---|
10 | |
---|
11 | if ! $(BOOST_ROOT) |
---|
12 | { |
---|
13 | BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ; |
---|
14 | } |
---|
15 | |
---|
16 | # Copy stylesheet and images from 'official' docs location |
---|
17 | stage html : $(BOOST_ROOT)/doc/html/boostbook.css ; |
---|
18 | stage html/images |
---|
19 | : [ path.glob $(BOOST_ROOT)/doc/html/images : *.png ] ; |
---|
Note: See
TracBrowser
for help on using the repository browser.