Modify Jamfile (RefDoc) to run docwriter.

* Jamfile (RefDoc): Run docwriter, add
`$(FT2_INCLUDE)/freetype/cache/*.h'.
This commit is contained in:
Nikhil Ramakrishnan 2018-08-04 14:27:34 +05:30
parent f86de6e5bd
commit b0a0aded72
1 changed files with 2 additions and 1 deletions

View File

@ -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 ;