diff --git a/src/tools/boostbook.jam b/src/tools/boostbook.jam index 18981f820..5e7cbb5be 100644 --- a/src/tools/boostbook.jam +++ b/src/tools/boostbook.jam @@ -344,7 +344,8 @@ rule xinclude-scanner ( includes * ) { local target_path = [ path.native [ path.parent [ path.make [ virtual-target.binding $(target) ] ] ] ] ; - + + NOCARE $(matches) ; INCLUDES $(target) : $(matches) ; SEARCH on $(matches) = $(target_path) $(self.includes:G=) ;