From f81493caa18ffed40713505bef55d4ac66e535dc 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 f69d0b5..500fa14 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -4,4 +4,5 @@ import boostbook : boostbook ; boostbook concepts : reference/concepts.xml : pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html + boost.root=../../../.. ;