Update various libraries' documentation build.

Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]
This commit is contained in:
Daniel James 2010-06-20 18:00:48 +00:00
parent ef13ddd9dd
commit ceb02ea345
3 changed files with 1 additions and 10 deletions

View File

@ -8,9 +8,6 @@ project boost/doc ;
import boostbook : boostbook ;
boostbook boostbook : boostbook.xml :
<xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
<xsl:param>boost.root=../../../..
<xsl:param>boost.libraries=../../../../libs/libraries.htm
<xsl:param>navig.graphics=1
;

View File

@ -8,9 +8,6 @@ project boost/test ;
import boostbook : boostbook ;
boostbook alt : alt.xml :
<xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
<xsl:param>boost.root=../../../..
<xsl:param>boost.libraries=../../../../libs/libraries.htm
<xsl:param>navig.graphics=1
;

View File

@ -17,8 +17,5 @@ boostbook standalone
example.xml
:
<xsl:param>boost.root=../../../../..
<xsl:param>boost.libraries=../../../../../libs/libraries.htm
<xsl:param>html.stylesheet=../../../../../doc/html/boostbook.css
<dependency>autodoc
;