mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
Use only 'quickbook' main target from tools/quickbook.
[SVN r29370]
This commit is contained in:
@@ -179,9 +179,11 @@ class quickbook-binary-generator : generator
|
||||
# The first element are actual targets, the second are
|
||||
# properties found in target-id. We don't care about these since
|
||||
# we've passed the id ourselves.
|
||||
quickbook-main-target = $(quickbook-main-target[1]) ;
|
||||
quickbook-main-target =
|
||||
[ $(quickbook-main-target[1]).main-target quickbook ] ;
|
||||
|
||||
quickbook-binary-dependencies = [ $(quickbook-main-target).generate $(property-set) ] ;
|
||||
quickbook-binary-dependencies =
|
||||
[ $(quickbook-main-target).generate $(property-set) ] ;
|
||||
|
||||
# Ignore usage-requirements returned as first element.
|
||||
quickbook-binary-dependencies = $(quickbook-binary-dependencies[2-]) ;
|
||||
|
||||
Reference in New Issue
Block a user