Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-10-26 09:15:39


On Tuesday 26 October 2004 17:16, Jürgen Hunold wrote:
> Hi !
>
> I've sucessfully configured V2 to build the new docs, but have problems
> build pdf and ps docs.

Hi Jürgen,

> ------ start ---------
> hunold_at_lin17 ~/packages/boost/tools/build/v2/doc $ bjam pdf
> /ive/hunold/packages/boost/tools/build/v2/tools/boostbook.jam:343: in
> construct from module object(boostbook-target-class)@1
> error: Cannot build documentation type 'pdf'

For PDF output you need to initialize the fop tool. Here's what I have in
user-config.jam:

using fop : /home/ghost/build/fop : /usr/lib/j2sdk1.3-blackdown ;

See

http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/boostbook/fop.html

BTW, you can get PDF version from http://boost.org/boost-build2

> When building onehtml target, the result is not staged to the "html"
> directory. Is there some way to do this ?

I'm not really sure, sorry. Do you need both pdf and onehtml to work, or only
PDF is OK. Is staging to html directory required?

- Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk