
7 Jan
2010
7 Jan
'10
9:08 a.m.
2010/1/7 Robert Ramey <ramey@rrsd.com>:
What I really need is to be able to build it (the documentation) locally from the release branch.
I build the documentation about once a week, more often when releasing. The html files in subversion redirect to the trunk documentation on the web, which is normally pretty good. If you want the release branch documentation you can get it from: http://boost.cowic.de/rc/boost-docs.7z It only contains the doc/html directory so it needs to extracted in place in order to use the images and stylesheets. Something like this should do the trick: 7za -o$BOOST_ROOT/doc -y x boost-docs.7z You need to install 7-zip. The command line version is usually called something like p7zip. Daniel