|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81726 - trunk/libs/context/doc
From: dnljms_at_[hidden]
Date: 2012-12-05 16:23:10
Author: danieljames
Date: 2012-12-05 16:23:09 EST (Wed, 05 Dec 2012)
New Revision: 81726
URL: http://svn.boost.org/trac/boost/changeset/81726
Log:
Try to fix context doc build.
These are required when boostbook and quickbook aren't set in user-config.jam.
Text files modified:
trunk/libs/context/doc/Jamfile.v2 | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: trunk/libs/context/doc/Jamfile.v2
==============================================================================
--- trunk/libs/context/doc/Jamfile.v2 (original)
+++ trunk/libs/context/doc/Jamfile.v2 2012-12-05 16:23:09 EST (Wed, 05 Dec 2012)
@@ -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 context : context.qbk ;
boostbook standalone
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