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

Subject: Re: [Boost-docs] [poly_collection] Doc not being automatically built
From: Joaquin M López Muñoz (joaquinlopezmunoz_at_[hidden])
Date: 2017-06-06 12:28:33


El 06/06/2017 a las 1:02, Rene Rivera via Boost-docs escribió:
>
> On Mon, Jun 5, 2017 at 6:01 PM, Joaquín M López Muñoz via Boost-docs
> <boost-docs_at_[hidden] <mailto:boost-docs_at_[hidden]>> wrote:
>
>
> The redirect *was* wrong, I fixed it an hour ago:
>
> https://github.com/boostorg/poly_collection/commit/8b65ec8c00e0c813dc34e5fbae070578763c9745
> <https://github.com/boostorg/poly_collection/commit/8b65ec8c00e0c813dc34e5fbae070578763c9745>
>
>
> Ah, awesome. We'll just have to wait for the builds to get propagated
> to the web site.

The redirect is already working and we're almost there. For some reason
images
are not being copied in the process, see for example:

http://www.boost.org/doc/libs/develop/doc/html/poly_collection/an_efficient_polymorphic_data_st.html

The first broken image URL is

http://www.boost.org/doc/libs/develop/doc/html/img/ptr_vector.png

which for whatever reason is not there. The image copy action is

   # HTML dependencies for standalone docs.
   install images : [ glob img/*.png ] : <location>html/img ;
   explicit images ;

referred to in

   alias boostdoc : poly_collection : : <dependency>images ;

FWIW, image copying is succesful when buiilding standalone:

   boostbook standalone
     : poly_collection
     :
       <xsl:param>boost.defaults=Boost
       <xsl:param>boost.image.src=img/boost.png
<xsl:param>boost.root=http://www.boost.org/doc/libs/release
       #<xsl:param>boost.root=../../../..
       <dependency>images
   ;

1. Any clue what's going on?
2. Is ...doc/html/img/ a permissible folder to copy images? Should I use
e.g. ...doc/html/poly_collection/img/ instead to prevent collisions with
other
libs? I can't seem to find any guideline to this respect.

Joaquín M López Muñoz



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