$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86753 - trunk/libs/geometry/doc
From: mateusz_at_[hidden]
Date: 2013-11-18 08:37:10
Author: mloskot
Date: 2013-11-18 08:37:10 EST (Mon, 18 Nov 2013)
New Revision: 86753
URL: http://svn.boost.org/trac/boost/changeset/86753
Log:
[geometry] Remove building of src/examples from this Jamfile.v2, build only documentation. The src/examples are built by in /libs/geometry/Jamfile.v2.
Text files modified: 
   trunk/libs/geometry/doc/Jamfile.v2 |     8 --------                                
   1 files changed, 0 insertions(+), 8 deletions(-)
Modified: trunk/libs/geometry/doc/Jamfile.v2
==============================================================================
--- trunk/libs/geometry/doc/Jamfile.v2	Mon Nov 18 08:21:00 2013	(r86752)
+++ trunk/libs/geometry/doc/Jamfile.v2	2013-11-18 08:37:10 EST (Mon, 18 Nov 2013)	(r86753)
@@ -8,15 +8,8 @@
 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 # http://www.boost.org/LICENSE_1_0.txt)
 
-
 project geometry/doc ;
 
-# Build examples and programs for documentation
-#
-build-project src/examples ;
-
-# Build documentation
-#
 # Auto-index, experimental. Commented otherwise does not build without.
 #using auto-index ; 
 using quickbook ;
@@ -24,7 +17,6 @@
 path-constant here : . ;
 path-constant images_location : html ;
 
-
 boostbook geometry 
     : geometry.qbk
     : <dependency>Jamfile.v2