diff --git a/build/boost/doc/Jamfile.jam b/build/boost/doc/Jamfile.jam index 95bad42..f407aed 100644 --- a/build/boost/doc/Jamfile.jam +++ b/build/boost/doc/Jamfile.jam @@ -6,8 +6,7 @@ # accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) -import path ; -using boostbook : : : [ path.pwd ] ; +using boostbook ; using quickbook ; using doxygen ; @@ -32,6 +31,7 @@ boostbook standalone mock : # reference + boost.root=../../../.. boost.image.src=images/boost.png chunk.first.sections=1 # toc.max.depth=3 @@ -39,6 +39,7 @@ boostbook standalone nav.layout=horizontal ; +# not needed anymore once in boost project example : requirements ../../../../.. diff --git a/build/boost/doc/xsl/navbar.xsl b/build/boostbook/xsl/navbar.xsl similarity index 100% rename from build/boost/doc/xsl/navbar.xsl rename to build/boostbook/xsl/navbar.xsl diff --git a/build/build.xml b/build/build.xml index 0ef14f7..a2aa700 100644 --- a/build/build.xml +++ b/build/build.xml @@ -5,6 +5,7 @@ + @@ -143,9 +144,12 @@ - + + + + @@ -213,8 +217,8 @@ - - + + @@ -223,7 +227,9 @@ - + + +