Boost logo

Boost-Build :

Subject: [Boost-build] PDF documentation build broken in Trunk
From: John Maddock (john_at_[hidden])
Date: 2013-05-09 06:03:19


I guess someone must have changed something because the PDF doc builds are
broken in Trunk, the issue is that images need to be found via an absolute
path, so I have:

path-constant images_location : html ;

Then add:

<format>pdf:<xsl:param>img.src.path=$(images_location)/

as a build requirement.

Unfortunately the trailing / on the path is getting stripped off by
Boost.Build which then breaks all the links :-(

Any ideas?

Thanks, John.


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk