From a0286a58c73d509e72f6aaeb9ad761c45292fa00 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 b1dd5ab..1aee1e7 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -7,9 +7,10 @@ project boost/doc ; import boostbook : boostbook ; boostbook function-doc - : - function.xml - : + : + function.xml + : + boost.root=../../../.. pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html - ; + ;