Boost logo

Boost :

Subject: Re: [boost] [1.38] Beta release of PDF documentation (and some help needed).
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-02-08 16:36:35


John Maddock wrote:

> Folks,
>
> SVN commit 51104 to trunk provides the basic support for building all the
> Boost libraries that can be as PDF's:

Thanks for doing this. Printable documentation for all libraries would
be extremely nice.

> Known TODO's
> ~~~~~~~~~~~
>
> * Some of the PDF's are badly named: for example the python tutorial is
> simply "tutorial.pdf", Phoenix is "users_manual.pdf" and Boost.Build is
> "standalone.pdf". Anyone know how to get Boost.Build to rename a file or
> else change the name of Boostbook target?

Something like:

        install my_pdf_file
                : some_target_that_produces_badly_named_file
                : <name>nice_name <location>whatever
                ;

should work.

- Volodya


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk