Boost logo

Boost :

Subject: Re: [boost] [tweener] How to copy image files in documentation
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-02-28 17:16:24


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk