$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r67091 - in trunk/libs: functional/hash/doc unordered/doc
From: dnljms_at_[hidden]
Date: 2010-12-07 15:45:09
Author: danieljames
Date: 2010-12-07 15:45:08 EST (Tue, 07 Dec 2010)
New Revision: 67091
URL: http://svn.boost.org/trac/boost/changeset/67091
Log:
Import boostbook/quickbook in unordered and hash docs.
Text files modified: 
   trunk/libs/functional/hash/doc/Jamfile.v2 |     3 +++                                     
   trunk/libs/unordered/doc/Jamfile.v2       |     3 +++                                     
   2 files changed, 6 insertions(+), 0 deletions(-)
Modified: trunk/libs/functional/hash/doc/Jamfile.v2
==============================================================================
--- trunk/libs/functional/hash/doc/Jamfile.v2	(original)
+++ trunk/libs/functional/hash/doc/Jamfile.v2	2010-12-07 15:45:08 EST (Tue, 07 Dec 2010)
@@ -3,6 +3,9 @@
 # Distributed under the Boost Software License, Version 1.0. (See accompanying
 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
+using boostbook ;
+using quickbook ;
+
 xml hash : hash.qbk ;
 boostbook standalone : hash :
     <xsl:param>boost.root=../../../../..
Modified: trunk/libs/unordered/doc/Jamfile.v2
==============================================================================
--- trunk/libs/unordered/doc/Jamfile.v2	(original)
+++ trunk/libs/unordered/doc/Jamfile.v2	2010-12-07 15:45:08 EST (Tue, 07 Dec 2010)
@@ -3,6 +3,9 @@
 # Distributed under the Boost Software License, Version 1.0. (See accompanying
 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
+using boostbook ;
+using quickbook ;
+
 path-constant images_location : ../ ;
 path-constant admonishment_location : ../../../../doc/src/images ;