From b0a0aded722f8c895d08d97bd46929faa3dff9c5 Mon Sep 17 00:00:00 2001 From: Nikhil Ramakrishnan Date: Sat, 4 Aug 2018 14:27:34 +0530 Subject: [PATCH] Modify Jamfile (RefDoc) to run docwriter. * Jamfile (RefDoc): Run docwriter, add `$(FT2_INCLUDE)/freetype/cache/*.h'. --- Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jamfile b/Jamfile index 9078a5fe3..6546213fb 100644 --- a/Jamfile +++ b/Jamfile @@ -208,12 +208,13 @@ rule RefDoc actions RefDoc { - python $(FT2_SRC)/tools/docmaker/docmaker.py + python -m docwriter --prefix=ft2 --title=FreeType-2.9.1 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h + $(FT2_INCLUDE)/freetype/cache/*.h } RefDoc refdoc ;