diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-17 09:58:53 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-17 09:58:53 +0000 |
commit | 413c54a7554bde32e291cacbd3d256422e95751b (patch) | |
tree | 7600ed518a69a41c90d053e01da4b8eba8666831 /print/Makefile | |
parent | 1e10f6c6b71e4cfa23da093b0d2edd197b2d0042 (diff) |
add font2svg
All font to svg-font converter
Notes
Notes:
svn path=/head/; revision=73324
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index b24f9c07863b..0a5f39727f44 100644 --- a/print/Makefile +++ b/print/Makefile @@ -55,6 +55,7 @@ SUBDIR += enscript-letterdj SUBDIR += enscriptfonts SUBDIR += envelope + SUBDIR += font2svg SUBDIR += freetype SUBDIR += freetype2 SUBDIR += ft2demos |