There is no visible Design Figure in the Design Overview at http://www.boost.org/doc/libs/1_63_0/libs/log/doc/html/log/design.html using Chrome or IE. The Design Overview refers to it 4 times.
On 01/13/17 19:34, jack nade wrote:
There is no visible Design Figure in the Design Overview at http://www.boost.org/doc/libs/1_63_0/libs/log/doc/html/log/design.html using Chrome or IE. The Design Overview refers to it 4 times.
It looks like invoking boostrelease target when building docs does not copy the images to html/images/log although there is this line in the Jamfile: install html/images/log : [ glob *.png ] ; So how can I make this rule to be executed whenever Boost.Log docs are built? Also, is it possible to copy Design.png to html/images/log on the website?
On 13 January 2017 at 21:13, Andrey Semashev
On 01/13/17 19:34, jack nade wrote:
There is no visible Design Figure in the Design Overview at http://www.boost.org/doc/libs/1_63_0/libs/log/doc/html/log/design.html using Chrome or IE. The Design Overview refers to it 4 times.
It looks like invoking boostrelease target when building docs does not copy the images to html/images/log although there is this line in the Jamfile:
install html/images/log : [ glob *.png ] ;
So how can I make this rule to be executed whenever Boost.Log docs are built?
You need to add a dependency. Hopefully this will work: https://github.com/boostorg/log/pull/35
Also, is it possible to copy Design.png to html/images/log on the website?
Will do in a sec.
On 01/14/17 00:52, Daniel James wrote:
On 13 January 2017 at 21:13, Andrey Semashev
wrote: On 01/13/17 19:34, jack nade wrote:
There is no visible Design Figure in the Design Overview at http://www.boost.org/doc/libs/1_63_0/libs/log/doc/html/log/design.html using Chrome or IE. The Design Overview refers to it 4 times.
It looks like invoking boostrelease target when building docs does not copy the images to html/images/log although there is this line in the Jamfile:
install html/images/log : [ glob *.png ] ;
So how can I make this rule to be executed whenever Boost.Log docs are built?
You need to add a dependency. Hopefully this will work:
https://github.com/boostorg/log/pull/35
Also, is it possible to copy Design.png to html/images/log on the website?
Will do in a sec.
Thanks, Daniel!
participants (3)
-
Andrey Semashev
-
Daniel James
-
jack nade