Re: [Boost-docs] [poly_collection] Doc not being automatically built

Subject: Re: [Boost-docs] [poly_collection] Doc not being automatically built
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2017-06-06 21:39:12


AMDG

On 06/06/2017 03:07 PM, Joaquin M López Muñoz via Boost-docs wrote:
> <snip>
> Help again... This is how the jamfile looks like
>
> https://github.com/boostorg/poly_collection/blob/develop/doc/Jamfile.v2
>
> Shared doc building has already cycled through this:
>
> http://www.boost.org/doc/libs/develop/doc/html/poly_collection/an_efficient_polymorphic_data_st.html
>
>
> but the images won't show. I have looked for this img directory, unable
> to find it anywhere
> below http://www.boost.org/doc/libs/develop/doc/
>

"alias boostdoc : poly_collection : : <dependency>images_boostdoc ;"

Try adding one more ':' before the <dependency>.
The interaction between <dependency> and alias is
a bit strange, so you need to put it in the usage-requirements.

rule alias ( name : sources * : requirements * : default-build * :
usage-requirements * ) ;

In Christ,
Steven Watanabe


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC