diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-03-09 14:34:47 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-03-09 14:34:47 +0000 |
commit | e18c4ea24ad92ea4dd3afea7e9a3a583f143cacd (patch) | |
tree | 1395cd836383656bc346cbfdfcee87b717874b11 /lib/fontconfig/doc/FcFontSetDestroy.3 | |
parent | 8099430a36efda53ab865e1edfafa9af32bc3cc5 (diff) |
Update to fontconfig 2.10.91 + a few local fixes.
Move to a new BSD make based build system since fontconfig's build
system has become too dependant on GNU make.
Requested by ajacoutot@, tested by many back in january.
Diffstat (limited to 'lib/fontconfig/doc/FcFontSetDestroy.3')
-rw-r--r-- | lib/fontconfig/doc/FcFontSetDestroy.3 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/fontconfig/doc/FcFontSetDestroy.3 b/lib/fontconfig/doc/FcFontSetDestroy.3 deleted file mode 100644 index d2eaf0d77..000000000 --- a/lib/fontconfig/doc/FcFontSetDestroy.3 +++ /dev/null @@ -1,17 +0,0 @@ -.\\" auto-generated by docbook2man-spec $Revision: 1.3 $ -.TH "FcFontSetDestroy" "3" "18 November 2009" "" "" -.SH NAME -FcFontSetDestroy \- Destroy a font set -.SH SYNOPSIS -.nf -\fB#include <fontconfig.h> -.sp -void FcFontSetDestroy(FcFontSet *\fIs\fB); -\fR.fi -.SH "DESCRIPTION" -.PP -Destroys a font set. Note that this destroys any referenced patterns as -well. -.SH "VERSION" -.PP -Fontconfig version 2.8.0 |