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