From fb8f4d64ee2b816d25a10a25b4b0d4e252d644bd Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 26 Jan 2004 10:51:54 +0000 Subject: [PATCH] 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] --- v2/tools/doxygen.jam | 1 - 1 file changed, 1 deletion(-) diff --git a/v2/tools/doxygen.jam b/v2/tools/doxygen.jam index 22f91200e..1b1b4cee1 100644 --- a/v2/tools/doxygen.jam +++ b/v2/tools/doxygen.jam @@ -12,7 +12,6 @@ import targets ; import feature ; import property ; import generators ; -import boostbook ; import type ; import path ; import print ;