Boost C++ Libraries: Ticket #2233: Incorrect path when copying accumulators images https://svn.boost.org/trac10/ticket/2233 <p> When building the accumulators documentation on windows without cygwin, the images get correctly generated, but then when copying them the following commands are used: </p> <pre class="wiki"> 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 </pre><p> <code>..\..\..\bin.v2\libs\accumulators\doc\msvc-8.0express\debug\threading-multi\..\..\html\statsdoc\*.png</code> should be <code>..\..\..\bin.v2\libs\accumulators\doc\msvc-8.0express\debug\threading-multi\..\..\..\html\statsdoc\*.png</code>. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2233 Trac 1.4.3 Eric Niebler Sun, 16 Nov 2008 21:32:42 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2233#comment:1 https://svn.boost.org/trac10/ticket/2233#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/49809" title="fix path when building accumulators docs on windows, fixes #2233">[49809]</a>) fix path when building accumulators docs on windows, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2233" title="#2233: Bugs: Incorrect path when copying accumulators images (closed: fixed)">#2233</a> </p> Ticket