diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2006-03-31 12:55:51 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-03-31 12:55:51 +0000 |
commit | 96c4832db7d4cd7cacef5522caf2eeeb1bad8a23 (patch) | |
tree | 4e5513fd642f742fadf8fcecdb0a5992f6e9246c /docs/Makefile.am | |
parent | 710c351ea85b05fff46686fcd833cafb509a50cf (diff) | |
download | pango-96c4832db7d4cd7cacef5522caf2eeeb1bad8a23.tar.gz |
Exclude harfbuzz headers.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 560939a3..10dfccd5 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -18,8 +18,20 @@ CFILE_GLOB=$(top_srcdir)/pango/*.c # Headers to ignore IGNORE_HFILES= \ + ftglue.h \ + harfbuzz-buffer.h \ + harfbuzz-dump.h \ + harfbuzz-gdef.h \ + harfbuzz-gdef-private.h \ + harfbuzz-gpos.h \ + harfbuzz-gpos-private.h \ + harfbuzz-gsub.h \ + harfbuzz-gsub-private.h \ + harfbuzz.h \ + harfbuzz-impl.h \ + harfbuzz-open.h \ + harfbuzz-open-private.h \ mini-fribidi \ - opentype \ module-defs.h \ modules.h \ pangocairo-private.h \ |