Converting Boost.Threads documentation to BoostBook

I've just checked in the Boost.Threads documentation in BoostBook format and changed doc\src\boost.xml appropriately; is there anything else I need to do? Also, is the BoostBook documentation being regularly generated somewhere so that I can take a look at it and make sure everything is working properly somewhere besides my machine? Mike

On Thursday 01 July 2004 9:19 am, Michael Glassford wrote:
I've just checked in the Boost.Threads documentation in BoostBook format and changed doc\src\boost.xml appropriately; is there anything else I need to do?
Not that I know of.
Also, is the BoostBook documentation being regularly generated somewhere so that I can take a look at it and make sure everything is working properly somewhere besides my machine?
The "Nightly CVS" link on the main page goes to the documentation generated by MetaComm. The link for Threads is broken, though, so perhaps they need to add something? Doug

Michael Glassford wrote:
I've just checked in the Boost.Threads documentation in BoostBook format
Cool, looks like BoostBook is gaining popularity.
and changed doc\src\boost.xml appropriately; is there anything else I need to do?
I think that's all you need.
Also, is the BoostBook documentation being regularly generated somewhere so that I can take a look at it and make sure everything is working properly somewhere besides my machine?
Yea, http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/libraries.ht... - Volodya

Vladimir Prus wrote:
Michael Glassford wrote:
I've just checked in the Boost.Threads documentation in BoostBook format
Cool, looks like BoostBook is gaining popularity.
and changed doc\src\boost.xml appropriately; is there anything else I need to do?
I think that's all you need.
Though you migh also add Jamfile.v2 to libs/thread/doc, containing something like: import toolset ; toolset.using doxygen ; boostbook thread : thread.xml ; This will allow you to build only Boost.Thread docs, which is considerably faster than building all Boost documentation. - Volodya

Michael Glassford wrote:
Also, is the BoostBook documentation being regularly generated somewhere so that I can take a look at it and make sure everything is working properly somewhere besides my machine?
http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/ I think it's regenerated daily. -- Christopher Currie <codemonkey@gmail.com>
participants (4)
-
Christopher Currie
-
Doug Gregor
-
Michael Glassford
-
Vladimir Prus