2
0
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:
Jurko Gospodnetić
2012-08-22 20:55:10 +00:00
parent 2c75e494a2
commit bf09f4dab9

View File

@@ -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)