diff --git a/SCons/Environment.xml b/SCons/Environment.xml index a703110739..2d9640fb9d 100644 --- a/SCons/Environment.xml +++ b/SCons/Environment.xml @@ -620,21 +620,22 @@ specify the value as None. - + - + See &cv-link-CPPDEFINES; for more details. diff --git a/SCons/Tool/docbook/__init__.py b/SCons/Tool/docbook/__init__.py index 5cf5e61980..52e2911440 100644 --- a/SCons/Tool/docbook/__init__.py +++ b/SCons/Tool/docbook/__init__.py @@ -69,7 +69,7 @@ # lxml etree XSLT global max traversal depth # -lmxl_xslt_global_max_depth = 3100 +lmxl_xslt_global_max_depth = 3600 if has_lxml and lmxl_xslt_global_max_depth: def __lxml_xslt_set_global_max_depth(max_depth):