$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-12-06 09:46:31
David Abrahams wrote:
>> Dave, this means you don't need to tweak boostbook.jam to make your
>> docutils module work, just make sure boostbook is imported (so that HTML
>> type is defined).
>
> Right. Now shouldn't we move the declaration of HTML somewhere else?
> BoostBook isn't the only client for it.
Probably. The only suitable module seems to be builtin.jam. (unless we want
a separate module just for HTML type). Feel free to move the type
declaration.
- Volodya