I've overhauled the Makefile and configure script so that it is much cleaner and easier to build PDF documents with FOP.
First, get FOP at http://xml.apache.org/fop/. It's a Java program, so have Java around somewhere. With an updated CVS checkout, first rerun configure ./configure <DocBook XSL Path> <FOP Path> If there are no errors, you're all set. make pdf will create boost.pdf with all of the documentation. If you'd like to create documentation for a single library (you'll need GNU make for this) run: make <libname>/<libname>.pdf Here's the result of running the above with <libname>=any: http://www.cs.rpi.edu/~gregod/boost/doc/any.pdf I think we might want to include PDFs for each BoostBook library with 1.30.0, but skip boost.pdf. Doug ------------------------------------------------------- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answers to all your SSL security issues. http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en _______________________________________________ Boost-docs mailing list [EMAIL PROTECTED] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
