diff options
author | Keith Packard <keithp@keithp.com> | 2003-03-07 08:44:32 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-03-07 08:44:32 +0000 |
commit | bfc2dc3ac4b1eb5f0f9f0dfae7abac7e77e28061 (patch) | |
tree | 48805f43e5a81aedf7e7c6b0eb0e4edd96377a04 /doc/Makefile.am | |
parent | 22671e25510e77af1a8f2b569314ba2de1c93353 (diff) |
Add lots more function documentation
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 7b92edd..6b18c1a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -11,13 +11,25 @@ DOC_FUNCS_FNCS=\ fcmatrix.fncs \ fccharset.fncs \ fcvalue.fncs \ - fcpattern.fncs + fcpattern.fncs \ + fcfontset.fncs \ + fcobjectset.fncs \ + fcobjecttype.fncs \ + fcconstant.fncs \ + fcblanks.fncs \ + fcconfig.fncs DOC_FUNCS_SGML=\ fcmatrix.sgml \ fccharset.sgml \ fcvalue.sgml \ - fcpattern.sgml + fcpattern.sgml \ + fcfontset.sgml \ + fcobjectset.sgml \ + fcobjecttype.sgml \ + fcconstant.sgml \ + fcblanks.sgml \ + fcconfig.sgml man3_MANS= \ FcCharSetAddChar.3 \ |