
28 Feb
2013
28 Feb
'13
10:16 p.m.
AMDG On 02/28/2013 01:55 PM, Julien Jorge wrote:
Hi,
I wrote the documentation of Boost.Tweener in boostbook format. I have references to some images in the documentation but they are not copied in the target html directory when I type
bjam html
How can I make the image directory to be automatically copied in the target directory of the generated documentation?
You can use the install rule to copy files: install images : image1.png image2.png : <location>html/images ;
Since I am not familiar with the build process of Boost yet, I would accept a reason not to do this as an answer :)
In Christ, Steven Watanabe