From b87b34c4cb1b94abd977adb53845e67cdf7aef7e Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 28 Jul 2024 11:45:26 -0500 Subject: [PATCH] Adjust doc build to avoid boost-root references. --- doc/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index fbbf437..8a656f7 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -39,7 +39,7 @@ rule run_doxygen ( files * : name : expand ? ) } -run_doxygen [ glob $(here)/../../../boost/stl_interfaces/*.hpp ] : "Headers" ; +run_doxygen [ glob $(here)/../include/boost/stl_interfaces/*.hpp ] : "Headers" ; install images_standalone : [ glob *.png ] : html/stl_interfaces/img ; explicit images_standalone ;