$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost 1.61.0 has been released
From: Daniel James (dnljms_at_[hidden])
Date: 2016-05-22 05:45:25
On 17 May 2016 at 04:18, Rene Rivera <grafikrobot_at_[hidden]> wrote:
>> What went wrong?
>>
>
> Hmm.. To me it looks like ASIO has an incorrect redirect HTML file <
> https://github.com/boostorg/asio/blob/develop/index.html> (and it's always
> been that way). It also looks like the docs are not generated properly
> (missing images). Which could be from a variety of reasons.
Just looked into it, in the past the documentation was always built
under doc/html, but because its location is now based on the target
name it was being built in the wrong place. This is my fix:
https://github.com/danieljames/asio/commit/6acd8f0a8d89c867cff7305cc9c4d5ccee66a068
Which tricks the toolset by setting a name property with the target
directory. That's not ideal, it would be nice to have a proper way to
specify the target build directory, but I'll go ahead with that if
there isn't.