2
0
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:
Vladimir Prus
2004-01-26 10:51:54 +00:00
parent 54653e0c21
commit fb8f4d64ee

View File

@@ -12,7 +12,6 @@ import targets ;
import feature ;
import property ;
import generators ;
import boostbook ;
import type ;
import path ;
import print ;