[tweener] How to copy image files in documentation

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? Since I am not familiar with the build process of Boost yet, I would accept a reason not to do this as an answer :) Regards, Julien Jorge

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

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
participants (2)
-
Julien Jorge
-
Steven Watanabe