| | 29 | |
| | 30 | If you checkout boost from the SVN repository, you can build docs with the new style by switching the appropriate XSL directory |
| | 31 | to the updated version in the sandbox. To switch, go to the tools/boostbook/xsl directory of your checked out boost working copy, and execute |
| | 32 | |
| | 33 | '''warning: the below instructions have not been tested with a command line client - could someone test them?''' |
| | 34 | |
| | 35 | {{{ |
| | 36 | svn switch -N http://svn.boost.org/svn/boost/sandbox/boost_docs/trunk/tools/boostbook/xsl . |
| | 37 | }}} |
| | 38 | |
| | 39 | This will make that particular working copy directory be synchronized with the new style. To switch back, execute: |
| | 40 | |
| | 41 | {{{ |
| | 42 | svn switch -N http://svn.boost.org/svn/boost/trunk/tools/boostbook/xsl . |
| | 43 | }}} |
| | 44 | |