On 7 February 2014 17:02, Steven Watanabe
AMDG
On 02/07/2014 08:44 AM, Nat Goodspeed wrote:
I'm sorry, this must be a FAQ, but my Google search turned up mail from 2009 advising me to cd to libs/xxx/doc and run ../../../b2 pdf
When I do that in a new modular Boost tree, I get the following errors:
/Users/nat/boost-git/tools/build/src/tools/boostbook.jam:704: in construct from module object(boostbook-target-class)@1466 error: Cannot build documentation type 'pdf'. <snip>
Is there some incantation I can apply to produce PDF output?
You need to set up fop. I think there's a wiki page: https://svn.boost.org/trac/boost/wiki/BoostDocs/GettingStarted
We usually use XEP as it gives better results. I'm not sure how well FOP will work as I haven't tried it for years.