Boost logo

Boost-Build :

Subject: Re: [Boost-build] Auto Doc Generation
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2014-04-11 11:37:21


AMDG

On 04/11/2014 08:18 AM, Nogradi, Chris wrote:
>
> On Thursday, April 10, 2014 1:06 PM, Steven Watanabe wrote:
>>
>> b2 --help-output html --help-enable-detailed --help-internal
>>
>
> Thanks. However, this fails with an error about not being able to find the html target. Do we need to enable doc.jam somehow? --help does not do anything either. How does this file (doc.jam) work without any non-local rules in it?
>

It works for me with the current develop branch.

What's supposed to happen is:

kernel/bootstrap.jam calls option.process
option.process sees --help.*, loads options/help.jam,
  and calls help.process
help.process calls the functions from doc.jam
  and disables building.

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