mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Don't import boostbook. The reason is that importing toolset module makes
Boost.Build believe the module is property loaded, but without 'init' call, the module will not work. In this case, if doxygen is configured but boostbook is not, it causes strange errors. This commit temporary breaks doxygen -- I'm gonne fix that in a minute. [SVN r21954]
This commit is contained in:
@@ -12,7 +12,6 @@ import targets ;
|
||||
import feature ;
|
||||
import property ;
|
||||
import generators ;
|
||||
import boostbook ;
|
||||
import type ;
|
||||
import path ;
|
||||
import print ;
|
||||
|
||||
Reference in New Issue
Block a user