From 35496195f2ec7a7908061321a3aae9583827c019 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 27 Mar 2012 08:32:21 +0000 Subject: [PATCH] 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] --- doc/Jamfile.v2 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 8b8d189..515b9a5 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -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 : autodoc - boost.root=$(BOOST_ROOT) + boost.root=../../../.. "boost.doxygen.reftitle=Boost.Algorithms C++ Reference" chapter.autolabel=0 chunk.section.depth=8