$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Adding xsl:param based features to boostbook.
From: Vladimir Prus (ghost_at_[hidden])
Date: 2011-12-09 07:09:38
On 07/12/11 23:14, Daniel James wrote:
> Hi,
>
> This is a minor issue that I'm trying to fix for the doc build.
> There's an '<xsl:param>' set in Jamroot which tells boostbook to use
> the boost documentation settings (so that it will use the boost logo,
> the shared css file and include the boost navigation links). It'd be
> nice to be able to override it,
Do you want to override it for something under C++ Boost's root? If so,
putting:
-<xsl:param>whatever-the-param-is
in requirements of a metatarget or project requirements will allow you to
cancel requirement from Jamroot.
I don't have any objections to this patch, just mentioning this for
completeness.
Thanks,
Volodya