Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/more/whos_using/Jamfile.v2 @ 18

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

added boost

File size: 754 bytes
Line 
1
2# Copyright John Maddock 2005. Use, modification, and distribution are
3# subject to the Boost Software License, Version 1.0. (See accompanying
4# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6using quickbook ;
7
8xml using : using.qbk ;
9boostbook standalone
10    :
11        using
12    :
13        <xsl:param>nav.layout=none
14        #<xsl:param>navig.graphics=0
15    ;
16
17install html : ../../doc/html/boostbook.css ;
18install ../ : ../../boost.png ;
19
20if ! $(gWARNING_DONE)
21{
22   ECHO ;
23   ECHO This Jamfile is for testing the \"Who's Using Boost\" documentation build only ;
24   ECHO If you want to update your distributed documentation then please build ;
25   ECHO from the boost-path/doc directory ;
26   ECHO ;
27   gWARNING_DONE = "true" ;
28}
29
Note: See TracBrowser for help on using the repository browser.