Boost logo

Boost-Build :

Subject: Re: [Boost-build] Running `make` from BB
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2016-10-14 11:41:10


AMDG

On 10/14/2016 08:42 AM, Stefan Seefeld wrote:
>
>>
>> Most likely, you can just use the "make" target type
>> <http://www.boost.org/build/doc/html/bbv2/builtins/raw.html>.
>
> I tried that, by adding the following snippet to doc/Jamfile:
>
> make html/numpy : numpy : @sphinx ;

  This says that you are creating a file
called html/numpy using the file numpy
as the source. You get an error because
there isn't a file called numpy.

> actions sphinx
> {
> ECHO calling sphinx... ;
> }
>
> but I get
>
> error: Unable to find file or target named
> error: 'numpy'
> error: referred to from project at
> error: '.'
>

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