|
Last change
on this file since 50 was
29,
checked in by landauf, 17 years ago
|
|
updated boost from 1_33_1 to 1_34_1
|
|
File size:
913 bytes
|
| Line | |
|---|
| 1 | #============================================================================== |
|---|
| 2 | # Copyright (c) 2002 2004 Joel de Guzman |
|---|
| 3 | # Copyright (c) 2004 Eric Niebler |
|---|
| 4 | # http://spirit.sourceforge.net/ |
|---|
| 5 | # |
|---|
| 6 | # Use, modification and distribution is subject to the Boost Software |
|---|
| 7 | # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
|---|
| 8 | # http://www.boost.org/LICENSE_1_0.txt) |
|---|
| 9 | #============================================================================== |
|---|
| 10 | |
|---|
| 11 | project boost/quickbook/doc ; |
|---|
| 12 | |
|---|
| 13 | import boostbook : boostbook ; |
|---|
| 14 | using quickbook ; |
|---|
| 15 | |
|---|
| 16 | xml quickbook : quickbook.qbk ; |
|---|
| 17 | |
|---|
| 18 | boostbook standalone |
|---|
| 19 | : |
|---|
| 20 | quickbook |
|---|
| 21 | : |
|---|
| 22 | <xsl:param>boost.root=../../../.. |
|---|
| 23 | <xsl:param>boost.libraries=../../../../libs/libraries.htm |
|---|
| 24 | <xsl:param>generate.section.toc.level=3 |
|---|
| 25 | <xsl:param>chunk.section.depth=2 |
|---|
| 26 | <xsl:param>chunk.first.sections=1 |
|---|
| 27 | <xsl:param>admon.graphics=1 |
|---|
| 28 | ; |
|---|
Note: See
TracBrowser
for help on using the repository browser.