$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] RFC: Automatic indexing ofquickbook/boostbook/docbookdocs.
From: John Maddock (john_at_[hidden])
Date: 2008-11-29 11:26:45
Vladimir Prus wrote:
>> Do you have sources checked in already? I'm thinking the the easiest
>> approach would be to add something like:
>>
>> <docbook-indexer>tools/indexer//indexer
>>
>> to Jamroot (and it will be hooked in more-or-less automatically).
>> And if you want to use prebuilt version, you would have to modify
>> Jamroot to use
>> the path to the prebuilt binary. This is slightly less fancy than
>> setting things in user-config.jam, but easier to implement.
Well... I think I almost have a version working that works the same as
quickbook - built from source if you don't put anything in user-config.jam.
Just some strange assertion failing when the tool is run from bjam that
doesn't happen when I run from the IDE :-(
Still investigating yours, John.