Boost logo

Boost-Build :

Subject: Re: [Boost-build] namespaces
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2016-10-14 14:47:29


AMDG

On 10/14/2016 12:35 PM, Stefan Seefeld wrote:
> On 14.10.2016 14:25, Steven Watanabe wrote:
>> <snip>
>> import path ;
>> path-constant here : . ;
>> sources = [ path.glob-tree $(here)/subdir : * ] ;
>> install files : $(sources) :
>> <install-source-root>$(here)/subdir
>> <location>install-dir ;
>
> OK, but I'm not quite installing yet. I'm implementing the workflow of
> the build itself. And since the Boost conventions involve putting the
> intermediate files into bin.v2/, while putting the final document files
> (html etc.) into the source tree, I'm trying to copy the full numpy
> documentation source tree into the build directory, call 'make' there,
> then copy the generated html tree back into the source tree.

In that case, leave off the <location> and
the files should be copied into the build tree.

In Christ,
Steven Watanabe


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