Fix boost.root in algorithm docs.

`boost.root` and `img.src.path` need to be relative to the destination
directory, i.e. the `html` directory.

[SVN r77582]
This commit is contained in:
Daniel James
2012-03-27 08:32:21 +00:00
parent 163b8d0052
commit 35496195f2

View File

@ -16,8 +16,6 @@ using quickbook ;
using doxygen ;
using boostbook ;
local BOOST_ROOT = [ os.environ BOOST_ROOT ] ;
doxygen autodoc
:
[ glob ../../../boost/algorithm/*.hpp ../../../boost/algorithm/searching/*.hpp ]
@ -29,14 +27,12 @@ doxygen autodoc
xml algorithm : algorithm.qbk ;
# path-constant boost-images : $(BOOST_ROOT)/doc/src/images ;
boostbook standalone
:
algorithm
:
<dependency>autodoc
<xsl:param>boost.root=$(BOOST_ROOT)
<xsl:param>boost.root=../../../..
<xsl:param>"boost.doxygen.reftitle=Boost.Algorithms C++ Reference"
<xsl:param>chapter.autolabel=0
<xsl:param>chunk.section.depth=8