Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-03-19 14:27:34


Author: danieljames
Date: 2008-03-19 14:27:34 EDT (Wed, 19 Mar 2008)
New Revision: 43732
URL: http://svn.boost.org/trac/boost/changeset/43732

Log:
Remove 'using quickbook' from my documentation jamfiles. It is no longer necessary, and might be harmful.
Text files modified:
   trunk/libs/functional/hash/doc/Jamfile.v2 | 2 --
   trunk/libs/unordered/doc/Jamfile.v2 | 2 --
   2 files changed, 0 insertions(+), 4 deletions(-)

Modified: trunk/libs/functional/hash/doc/Jamfile.v2
==============================================================================
--- trunk/libs/functional/hash/doc/Jamfile.v2 (original)
+++ trunk/libs/functional/hash/doc/Jamfile.v2 2008-03-19 14:27:34 EDT (Wed, 19 Mar 2008)
@@ -3,8 +3,6 @@
 # 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 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 2008-03-19 14:27:34 EDT (Wed, 19 Mar 2008)
@@ -3,8 +3,6 @@
 # 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 quickbook ;
-
 xml unordered : unordered.qbk ;
 boostbook standalone : unordered :
     <xsl:param>boost.root=../../../..


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk