$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] problems w/ generating pdf documentation
From: Daniel James (daniel_james_at_[hidden])
Date: 2009-05-15 17:57:50
2009/5/15 Maurizio Vitale <maurizio.vitale_at_[hidden]>:
> # BoostBook configuration
> using boostbook
> : /usr/share/xml/docbook/stylesheet/nwalsh/1.73.2
> : /usr/share/sgml/docbook/dtd/4.5
> ;
You should use the 4.2 DTD
> using quickbook;
You need a space between quickbook and ;.
Sorry, I don't know if these were the cause of your problem, as I have
no idea how to interpret the boost build debug output.
Daniel