$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] RFC: Automatic indexing of quickbook/boostbook/docbookdocs.
From: John Maddock (john_at_[hidden])
Date: 2008-11-29 07:08:34
Vladimir Prus wrote:
>>> I cut and pasted your code into the type_traits Jamfile.v2,
>> ...
>>> What am I doing wrong?
>>
>> Pasting the code :-) Please save Steven's attachment into a file,
>> tools/build/v2/tools/modified-docbook.jam
>> and add
>>
>> import modified-docbook ;
>>
>> in your jamfile. You need to this it this way because the names
>> of actions are qualified by the module name, or if you put this
>> code into a different file, you need to change this code.
Aha!, with your version, I have things almost working now, just need to
figure out how to get the tool automatically built like quickbook is...
Thanks, John.