
2 Feb
2013
2 Feb
'13
6:01 p.m.
On 2 February 2013 16:08, Borislav Stanimirov <b.stanimirov@abv.bg> wrote:
I tried creating a Jamfile.v2 for my book. Here it is:
using quickbook ;
Also add 'using boostbook ;'
xml mixin_doc : mixin.qbk ; boostbook mixin : mixin_doc ; install html ;
You can also add to it your user-config.jam, but it's better to add it to the jamfile so that it will work for other people who don't have it in their user-config.jam.