$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80287 - in branches/release: . libs libs/mpi/doc
From: dnljms_at_[hidden]
Date: 2012-08-28 13:40:49
Author: danieljames
Date: 2012-08-28 13:40:49 EDT (Tue, 28 Aug 2012)
New Revision: 80287
URL: http://svn.boost.org/trac/boost/changeset/80287
Log:
Merge unique name for MPI documentation build.
Properties modified: 
   branches/release/   (props changed)
   branches/release/libs/   (props changed)
Text files modified: 
   branches/release/libs/mpi/doc/Jamfile.v2 |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/libs/mpi/doc/Jamfile.v2
==============================================================================
--- branches/release/libs/mpi/doc/Jamfile.v2	(original)
+++ branches/release/libs/mpi/doc/Jamfile.v2	2012-08-28 13:40:49 EDT (Tue, 28 Aug 2012)
@@ -2,7 +2,7 @@
 #
 # 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.)
-project boost/mpi ;
+project boost/mpi/doc ;
 
 using quickbook ;
 using doxygen ;