From 45d722b5c30cf07ec1ab70f0d2b954795b741d00 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 26 Jun 2010 12:30:09 +0000 Subject: [PATCH] Merge documentation fixes. * Use `doc/src/*.css` instead of `doc/html/*.css`. * Remove wiki and people directories. * Some documentation fixes. * Left out `minimal.css` changes and boostbook changes because of clashes. [SVN r63347] --- 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=../../../.. ;