Joao Abecasis <[EMAIL PROTECTED]> writes: > David Abrahams wrote: >> Jo�o Abecasis <[EMAIL PROTECTED]> writes: >> >>>Joel de Guzman wrote: > > [snip] > >>>>Now I can build the docs. However... >>>>1) The auto build thing still seems flaky. I can only get to build >>>>the QuickDoc docs if I have an explicit config in user-config.jam: >>>> using quickbook : quickbook ; >>> >>> Such a requirement is exactly the kind of thing I want to avoid >>> with the toolset. >> IIUC that's normal: no toolset is known unless it is configured >> either >> in user-config or site-config.jam. We don't go through the tools >> directory and try to initialize everything by default. "using" is >> what causes a toolset's functionality to be loaded. > > The requirement I wanted to avoid was having to explicitly set the > quickbook command. bjam should be able to build quickbook on demand. > > With the latest incantation, the user may still configure the toolset > with "using", but an "import" is all that's required to be able to > actually use it.
Well, thanks, but that's not what I asked for. I want to be able to configure the toolset by specifying it on the command-line. -- Dave Abrahams Boost Consulting www.boost-consulting.com ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
