diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-12-21 00:53:52 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-12-21 00:53:52 +0000 |
commit | b00ec4cbd9b6f08884d5ae01099be5f4dc854693 (patch) | |
tree | 2b7ff98988b21a648e19ba1edd5e10c36ece92c2 /docs/Makefile.am | |
parent | c1ed9d98350040f057abfb87412517d650738e52 (diff) | |
download | pango-b00ec4cbd9b6f08884d5ae01099be5f4dc854693.tar.gz |
Add opentype/.
Wed Dec 20 19:53:09 2000 Owen Taylor <otaylor@redhat.com>
* docs/Makefile.am (IGNORE_HFILES): Add opentype/.
* modules/{basic/basic,arabic/arabic}-xft.c: Include
pango-engine.h.
* pango/pangoxft.h: Don't include pango.h to avoid
getting pango-enum-types.h.
* pango/Makefile.am (pangoinclude_HEADERS): Move
XFT_HFILES out of pango_headers, since mkenums.pl
shouldn't be run on it.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 3f677f23..c09e31fc 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -15,6 +15,7 @@ FIXXREF_OPTIONS= # Headers to ignore IGNORE_HFILES= \ mini-fribidi \ + opentype \ modules.h \ pango-intset.h \ pango-utils.h \ |