Changes between Version 17 and Version 18 of UnifiedLookAndFeelProject
- Timestamp:
- Sep 14, 2007, 7:03:15 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnifiedLookAndFeelProject
v17 v18 30 30 You can see the latest iteration of the [http://beta.boost.org/development/doc/doc_test/doc/html/index.html new style here]. 31 31 32 If you checkout boost from the SVN repository, you can build docs with the new style by switching the appropriate XSLdirectory33 to the updated version in the sandbox. To switch, go to the tools/boostbook /xsldirectory of your checked out boost working copy, and depending on whether you check out using http or https, execute one of the following:32 If you checkout boost from the SVN repository, you can build docs with the new style by switching the boostbook directory 33 to the updated version in the sandbox. To switch, go to the tools/boostbook directory of your checked out boost working copy, and depending on whether you check out using http or https, execute one of the following: 34 34 35 35 {{{ 36 svn switch -N http://svn.boost.org/svn/boost/sandbox/boost_docs/trunk/tools/boostbook/xsl.37 (or) svn switch -N https://svn.boost.org/svn/boost/sandbox/boost_docs/trunk/tools/boostbook/xsl.36 svn switch http://svn.boost.org/svn/boost/sandbox/boost_docs/trunk/tools/boostbook . 37 (or) svn switch https://svn.boost.org/svn/boost/sandbox/boost_docs/trunk/tools/boostbook . 38 38 }}} 39 39 40 This will make that particular working copy directory be synchronized with the new style. To switch back, execute: 40 This will make the boostbook subdirectories be synchronized with the new style. After 41 switching, you may also need to update your docbook/fop tools by using one of the setup_boostbook 42 scripts in the boostbook subdirectory. 43 44 To switch back, 45 return to the boostbook subdirectory and execute: 41 46 42 47 {{{ 43 svn switch -N http://svn.boost.org/svn/boost/trunk/tools/boostbook/xsl.44 (or) svn switch -N https://svn.boost.org/svn/boost/trunk/tools/boostbook/xsl.48 svn switch http://svn.boost.org/svn/boost/trunk/tools/boostbook . 49 (or) svn switch https://svn.boost.org/svn/boost/trunk/tools/boostbook . 45 50 }}} 46 51 47 To use the new style, you may need to modify to your Jamfile. Either of the following lines will pull in all of the style files needed: 52 To use the new style, you may need to modify to your Jamfile. The root directory 53 containing doc/style, doc/javascript, etc. may be specified with a line 54 something like: 48 55 49 56 {{{ 50 <xsl:param>project.root=path-to-project-style-root 51 (or) <xsl:param>boost.root=path-to-project-style-root 57 <xsl:param>project.root="path-to-project-style-root" 52 58 }}} 53 59