$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2003-03-17 10:15:23
On Monday 17 March 2003 10:09 am, Vladimir Prus wrote:
> Douglas Gregor wrote:
> > What's the BoostBook entry "should have 'default' format" mean? The
> > format feature is not free, and the default (currently) is "onehtml".
>
> When I do "bjam doc" in $BOOST_ROOT/doc, nothing is generated.
That because the first value for the format feature was the not-yet-working
"html" instead of "onehtml". I just checked in the change, and "bjam doc"
works now.
Doug