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 ;