mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-19 03:08:09 +02:00
Modify Jamfile (RefDoc) to run docwriter.
* Jamfile (RefDoc): Run docwriter, add `$(FT2_INCLUDE)/freetype/cache/*.h'.
This commit is contained in:
parent
f86de6e5bd
commit
b0a0aded72
1 changed files with 2 additions and 1 deletions
3
Jamfile
3
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 ;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue