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