From ec52362c8da376ccd72046a1feaebc3891b44161 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 23 Apr 2024 20:29:21 -0500 Subject: [PATCH] Building docs requires Python. --- doc/Jamfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/Jamfile b/doc/Jamfile index 91b1139a3..69f0cb26f 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -11,8 +11,9 @@ project geometry/doc ; # Auto-index, experimental. Commented otherwise does not build without. -#using auto-index ; +#using auto-index ; using quickbook ; +using python ; path-constant here : . ; path-constant images_location : html ; @@ -29,7 +30,7 @@ testing.make-test run-pyd : make_qbk ; explicit make_qbk ; -boostbook geometry +boostbook geometry : geometry.qbk : Jamfile quickref.xml @@ -47,7 +48,7 @@ boostbook geometry boost.root=../../../.. enable_index $(here) - pdf:img.src.path=$(images_location)/ + pdf:img.src.path=$(images_location)/ make_qbk ;