$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2004-02-13 12:34:27
On Friday 13 February 2004 12:19 pm, Ronald Garcia wrote:
> A) Should I be receiving a warning about this, or am I misunderstanding
> the boostbook jamfile
If you omit it, you should receive a warning. If you get it wrong, you'll end
up getting an error when it gets to the DocBook->whatever stage.
> B) How exactly do I make it stop?
(This is a known, annoying bug in boostbook.jam): when you change
user-config.jam (or whichever configuration file you're using), remove
"catalog.xml" from the directory where you are generating the documentation.
Otherwise, it will use the old locations.
Doug