Opened 14 years ago

Closed 14 years ago

#2233 closed Bugs (fixed)

Incorrect path when copying accumulators images

Reported by: Daniel James Owned by: Eric Niebler
Milestone: Boost 1.37.0 Component: accumulator
Version: Boost 1.36.0 Severity: Problem
Keywords: Cc:

Description

When building the accumulators documentation on windows without cygwin, the images get correctly generated, but then when copying them the following commands are used:

    mkdir .\html\images\accumulators
    mkdir ..\..\..\bin.v2\libs\accumulators\doc\msvc-8.0express\debug\threading-multi\images\accumulators
    copy /y ..\..\..\bin.v2\libs\accumulators\doc\msvc-8.0express\debug\threading-multi\..\..\html\statsdoc\*.png .\html\images\accumulators
    copy /y ..\..\..\bin.v2\libs\accumulators\doc\msvc-8.0express\debug\threading-multi\..\..\html\statsdoc\*.png ..\..\..\bin.v2\libs\accumulators\doc\msvc-8.0express\debug\threading-multi\images\accumulators

..\..\..\bin.v2\libs\accumulators\doc\msvc-8.0express\debug\threading-multi\..\..\html\statsdoc\*.png should be ..\..\..\bin.v2\libs\accumulators\doc\msvc-8.0express\debug\threading-multi\..\..\..\html\statsdoc\*.png.

Change History (1)

comment:1 by Eric Niebler, 14 years ago

Resolution: fixed
Status: newclosed

(In [49809]) fix path when building accumulators docs on windows, fixes #2233

Note: See TracTickets for help on using tickets.