Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/static_assert/doc/Jamfile.v2 @ 13

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

added boost

File size: 775 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 static_assert : static_assert.qbk ;
9boostbook standalone
10    :
11        static_assert
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 Static Assert 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.