From f89c41dc7b5b4c7f38b45dc97771ab8468c6d79a Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 20 Jun 2010 18:00:48 +0000 Subject: [PATCH] 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] --- doc/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index f59b823..978b370 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -9,5 +9,6 @@ import boostbook : boostbook ; boostbook ref-doc : ref.xml : pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html + boost.root=../../../.. ;