From ceb02ea3453c6c81f6c8e4d9f6b108e475f787fe 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 | 3 --- test/Jamfile.v2 | 3 --- test/doxygen/Jamfile.v2 | 5 +---- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index efd855d..6c468cb 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -8,9 +8,6 @@ project boost/doc ; import boostbook : boostbook ; boostbook boostbook : boostbook.xml : - html.stylesheet=../../../../doc/html/boostbook.css boost.root=../../../.. - boost.libraries=../../../../libs/libraries.htm - navig.graphics=1 ; diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 14cf420..4699cd1 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -8,9 +8,6 @@ project boost/test ; import boostbook : boostbook ; boostbook alt : alt.xml : - html.stylesheet=../../../../doc/html/boostbook.css boost.root=../../../.. - boost.libraries=../../../../libs/libraries.htm - navig.graphics=1 ; diff --git a/test/doxygen/Jamfile.v2 b/test/doxygen/Jamfile.v2 index e5b0d68..06cea38 100644 --- a/test/doxygen/Jamfile.v2 +++ b/test/doxygen/Jamfile.v2 @@ -16,9 +16,6 @@ boostbook standalone : example.xml : - boost.root=../../../../.. - boost.libraries=../../../../../libs/libraries.htm - html.stylesheet=../../../../../doc/html/boostbook.css - + boost.root=../../../../.. autodoc ;