From 1b4e28cbaee175bad959b1f24c7f788e53b7438e Mon Sep 17 00:00:00 2001
From: John Maddock
Date: Thu, 7 Jun 2007 17:45:10 +0000
Subject: [PATCH] Tweeked Jamfile settings.
[SVN r37926]
---
doc/Jamfile.v2 | 3 +++
doc/html/boost_config/acknowledgements.html | 5 ++++-
doc/html/boost_config/boost_macro_reference.html | 2 +-
doc/html/boost_config/guidelines_for_boost_authors.html | 2 +-
doc/html/boost_config/rationale.html | 4 ++--
doc/html/index.html | 6 +++---
6 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2
index d5c1591a..45fb00d6 100644
--- a/doc/Jamfile.v2
+++ b/doc/Jamfile.v2
@@ -29,6 +29,7 @@ boostbook standalone
boost.root=../../../..
boost.libraries=../../../../libs/libraries.htm
navig.graphics=1
+ html.stylesheet=../../../../doc/html/boostbook.css
# PDF Options:
# TOC Generation: this is needed for FOP-0.9 and later:
@@ -53,3 +54,5 @@ boostbook standalone
+
+
diff --git a/doc/html/boost_config/acknowledgements.html b/doc/html/boost_config/acknowledgements.html
index 741aebfa..dd86998d 100644
--- a/doc/html/boost_config/acknowledgements.html
+++ b/doc/html/boost_config/acknowledgements.html
@@ -2,7 +2,7 @@
Acknowledgements
-
+
@@ -36,6 +36,9 @@
John Maddock put together the configuration current code, the test programs,
the configuration script and the reference section of this document.
+
+ Matias Capeletto converted the docs to quickbook format.
+
Numerous boost members, past and present, have contributed fixes to boost's
configuration.
diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html
index 6c9c2810..9317914e 100644
--- a/doc/html/boost_config/boost_macro_reference.html
+++ b/doc/html/boost_config/boost_macro_reference.html
@@ -2,7 +2,7 @@
Boost Macro Reference
-
+
diff --git a/doc/html/boost_config/guidelines_for_boost_authors.html b/doc/html/boost_config/guidelines_for_boost_authors.html
index 9af848a2..79618234 100644
--- a/doc/html/boost_config/guidelines_for_boost_authors.html
+++ b/doc/html/boost_config/guidelines_for_boost_authors.html
@@ -2,7 +2,7 @@
Guidelines for Boost Authors
-
+
diff --git a/doc/html/boost_config/rationale.html b/doc/html/boost_config/rationale.html
index ff11250f..de04f403 100644
--- a/doc/html/boost_config/rationale.html
+++ b/doc/html/boost_config/rationale.html
@@ -2,7 +2,7 @@
Rationale
-
+
@@ -35,7 +35,7 @@
header) is that they violate certain fundamental software engineering principles
which would have the effect of making boost more fragile, more difficult to
maintain and more difficult to use safely. You can find a description of the
- principles from the following
+ principles from the following
article.