$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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.