Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/build/v2/doc/Jamfile.v2 @ 32

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
2import quickbook
3    ;
4
5project tools/build/v2/doc
6    ;
7
8boostbook 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   
16xml jam_docs : ../../../jam/doc/bjam.qbk ;   
17   
18if ! $(BOOST_ROOT)
19{   
20    BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;   
21}   
22     
23# Copy stylesheet and images from 'official' docs location
24stage html : $(BOOST_ROOT)/doc/html/boostbook.css ;
25stage html/images
26    : [ path.glob $(BOOST_ROOT)/doc/html/images : *.png ] ;
Note: See TracBrowser for help on using the repository browser.