Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/tr1/doc/Jamfile.v2 @ 44

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

updated boost from 1_33_1 to 1_34_1

File size: 381 bytes
RevLine 
[29]1# Copyright John Maddock 2005. Use, modification, and distribution are
2# subject to the Boost Software License, Version 1.0. (See accompanying
3# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5using quickbook ;
6
7xml tr1 : tr1.qbk ;
8boostbook standalone
9    :
10        tr1
11    :
12        <xsl:param>nav.layout=none
13        <xsl:param>navig.graphics=0
14    ;
15
16
17
18
Note: See TracBrowser for help on using the repository browser.