
1 Mar
2013
1 Mar
'13
7:38 p.m.
Le jeudi 28 février 2013 à 14:16 -0800, Steven Watanabe a écrit :
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 ;
It's perfect, thanks :) Julien Jorge