Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80184 - trunk/tools/build/v2/engine
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-24 21:55:13


Author: jurko
Date: 2012-08-24 21:55:12 EDT (Fri, 24 Aug 2012)
New Revision: 80184
URL: http://svn.boost.org/trac/boost/changeset/80184

Log:
Boost Jam build script cleanup - minor stylistic comment change.
Text files modified:
   trunk/tools/build/v2/engine/build.jam | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/tools/build/v2/engine/build.jam
==============================================================================
--- trunk/tools/build/v2/engine/build.jam (original)
+++ trunk/tools/build/v2/engine/build.jam 2012-08-24 21:55:12 EDT (Fri, 24 Aug 2012)
@@ -806,8 +806,8 @@
 .scan [ GLOB . : *.c ] ;
 
 # Distribution making from here on out. Assumes that the docs are already built
-# as HTML at ../doc/html. If they are not, then the docs are not included in the
-# dist archive.
+# as HTML at ../doc/html. Otherwise they will not be included in the built
+# distribution archive.
 dist.license =
     [ GLOB . : $(LICENSE).txt ]
     ;


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