| 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 | |
|---|
| 6 | using quickbook ; |
|---|
| 7 | |
|---|
| 8 | xml using : using.qbk ; |
|---|
| 9 | boostbook standalone |
|---|
| 10 | : |
|---|
| 11 | using |
|---|
| 12 | : |
|---|
| 13 | <xsl:param>nav.layout=none |
|---|
| 14 | #<xsl:param>navig.graphics=0 |
|---|
| 15 | ; |
|---|
| 16 | |
|---|
| 17 | install html : ../../doc/html/boostbook.css ; |
|---|
| 18 | install ../ : ../../boost.png ; |
|---|
| 19 | |
|---|
| 20 | if ! $(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.