Brian Silverman | 7e17102 | 2018-08-05 00:17:49 -0700 | [diff] [blame^] | 1 | # Boost.Atomic library documentation Jamfile |
| 2 | # |
| 3 | # Copyright Helge Bahmann 2011. |
| 4 | # Copyright Tim Blechmann 2012. |
| 5 | # Distributed under the Boost Software License, Version 1.0. |
| 6 | # (See accompanying file LICENSE_1_0.txt or copy at |
| 7 | # http://www.boost.org/LICENSE_1_0.txt) |
| 8 | |
| 9 | import quickbook ; |
| 10 | import boostbook : boostbook ; |
| 11 | |
| 12 | xml atomic : atomic.qbk ; |
| 13 | |
| 14 | boostbook standalone |
| 15 | : atomic |
| 16 | : <xsl:param>boost.root=../../../.. |
| 17 | <xsl:param>boost.libraries=../../../libraries.htm |
| 18 | <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/atomic/doc/html |
| 19 | ; |
| 20 | |
| 21 | install css : [ glob $(BOOST_ROOT)/doc/src/*.css ] |
| 22 | : <location>html ; |
| 23 | install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ] |
| 24 | : <location>html/images ; |
| 25 | explicit css ; |
| 26 | explicit images ; |
| 27 | |
| 28 | ############################################################################### |
| 29 | alias boostdoc |
| 30 | : atomic |
| 31 | : |
| 32 | : |
| 33 | : ; |
| 34 | explicit boostdoc ; |
| 35 | alias boostrelease ; |
| 36 | explicit boostrelease ; |