|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r49810 - in branches/release: . libs/accumulators/doc
From: eric_at_[hidden]
Date: 2008-11-16 16:35:21
Author: eric_niebler
Date: 2008-11-16 16:35:21 EST (Sun, 16 Nov 2008)
New Revision: 49810
URL: http://svn.boost.org/trac/boost/changeset/49810
Log:
fix path when building accumulators docs on windows
Properties modified:
branches/release/ (props changed)
Text files modified:
branches/release/libs/accumulators/doc/Jamfile.v2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/libs/accumulators/doc/Jamfile.v2
==============================================================================
--- branches/release/libs/accumulators/doc/Jamfile.v2 (original)
+++ branches/release/libs/accumulators/doc/Jamfile.v2 2008-11-16 16:35:21 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