Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49809 - trunk/libs/accumulators/doc
From: eric_at_[hidden]
Date: 2008-11-16 16:32:41


Author: eric_niebler
Date: 2008-11-16 16:32:40 EST (Sun, 16 Nov 2008)
New Revision: 49809
URL: http://svn.boost.org/trac/boost/changeset/49809

Log:
fix path when building accumulators docs on windows, fixes #2233
Text files modified:
   trunk/libs/accumulators/doc/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/accumulators/doc/Jamfile.v2
==============================================================================
--- trunk/libs/accumulators/doc/Jamfile.v2 (original)
+++ trunk/libs/accumulators/doc/Jamfile.v2 2008-11-16 16:32:40 EST (Sun, 16 Nov 2008)
@@ -62,7 +62,7 @@
 {
     CP = copy /y ;
     MKDIR = mkdir ;
- FROM = \\..\\..\\html\\statsdoc\\*.png ;
+ FROM = \\..\\..\\..\\html\\statsdoc\\*.png ;
     TOHTML = .\\html\\images\\accumulators ;
     TOPDF = \\images\\accumulators ;
 }


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