summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2004-02-01 16:59:06 +0000
committerDavid Turner <david@freetype.org>2004-02-01 16:59:06 +0000
commitf546bacdcfcadd13c3b93332635530e58fc62ce3 (patch)
treed98e439bde6443a6bd6f7ac8c2337c37d919b586 /Jamfile
parent5972e9abf82ba20c29215c3f8d9c75efa12ca243 (diff)
* src/sfnt/Jamfile: removing "ttcmap" from the list of sources
* src/cache/*, include/freetype/cache/*: fixing a bug after heavy testing. The current sources are now "release candidates" for the final version of the cache sub-system * Jamfile: updating "refdoc" target, and adding "autohint" to the list of modules to build. Both the autohinter and autofitter will be built by default. But which one will be used is determined by the content of "ftmodule.h" * src/autofit/*: much updates, but the code is still buggy as hell. Aargh..
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamfile b/Jamfile
index 11443f18..3f827d1c 100644
--- a/Jamfile
+++ b/Jamfile
@@ -147,7 +147,7 @@ if $(DEBUG_HINTER)
actions RefDoc
{
- python $(FT2_SRC)/tools/docmaker/docmaker.py --prefix=ft2 --title=FreeType-2.1.5 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h $(FT2_INCLUDE)/freetype/cache/*.h
+ python $(FT2_SRC)/tools/docmaker/docmaker.py --prefix=ft2 --title=FreeType-2.1.8 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h $(FT2_INCLUDE)/freetype/cache/*.h
}
RefDoc refdoc ;