From 64d68fc3799cffdf50cca9054dabef384dfe6f9d 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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index eb97259..d3af731 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -2,9 +2,10 @@ project boost/doc ; import boostbook : boostbook ; boostbook variant-doc - : - variant.xml - : + : + variant.xml + : + boost.root=../../../.. pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html - ; + ;