Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79974 - trunk/libs/mpi/doc
From: dnljms_at_[hidden]
Date: 2012-08-12 05:23:19


Author: danieljames
Date: 2012-08-12 05:23:16 EDT (Sun, 12 Aug 2012)
New Revision: 79974
URL: http://svn.boost.org/trac/boost/changeset/79974

Log:
Give MPI documentation project a unique name.

`libs/mpi/build/Jamfile.v2` and `libs/mpi/doc/Jamfile.v2` had the same project
name, which was causing the documentation build to fail.

Text files modified:
   trunk/libs/mpi/doc/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/mpi/doc/Jamfile.v2
==============================================================================
--- trunk/libs/mpi/doc/Jamfile.v2 (original)
+++ trunk/libs/mpi/doc/Jamfile.v2 2012-08-12 05:23:16 EDT (Sun, 12 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 ;


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