Adjust doc build to avoid boost-root references.

This commit is contained in:
Rene Rivera
2024-07-28 11:45:26 -05:00
committed by Zach Laine
parent c23c56d7ea
commit b87b34c4cb

View File

@@ -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 ] : <location>html/stl_interfaces/img ;
explicit images_standalone ;