
29 Nov
2008
29 Nov
'08
4:26 p.m.
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.