Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/jam/doc/build.jam @ 29

Last change on this file since 29 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 724 bytes
Line 
1project tools/jam/doc ;
2
3import path ;
4
5using quickbook ;
6
7xml bjam
8    :
9    bjam.qbk
10    ;
11
12stage html
13    :
14    ../../../LICENSE_1_0.txt
15    ../../../boost.png
16    ../../../doc/html/boostbook.css
17    ;
18
19stage html/images
20    :
21    [ path.glob ../../../doc/html/images : *.png ]
22    ;
23
24boostbook 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.