mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 00:12:11 +00:00
Corrected a bug in Boost Build's tools/boostbook.jam module causing building boostbook targets of type HTML, DOCBOOK, FO, PDF, PS & TESTS to fail.
[SVN r80145]
This commit is contained in:
@@ -684,7 +684,7 @@ class boostbook-target-class : basic-target
|
||||
else
|
||||
{
|
||||
# Sources --> type.
|
||||
local target = [ generators.construct [ project ] : $(type) :
|
||||
target = [ generators.construct [ project ] : $(type) :
|
||||
$(property-set) : $(sources) ] ;
|
||||
target = $(target[2]) ;
|
||||
if ! $(target)
|
||||
|
||||
Reference in New Issue
Block a user