diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-28 20:52:51 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-28 20:52:51 +0000 |
commit | 54bc986fca7f0803571cadff036f129f0b6827af (patch) | |
tree | c79d7c5f213c5fc0c511ade0388d48099958c166 /docs/Makefile.am | |
parent | 19a52f4677f20874eb614cfc70beeb53baf4adcc (diff) | |
download | pango-54bc986fca7f0803571cadff036f129f0b6827af.tar.gz |
Removed.
2006-01-28 Behdad Esfahbod <behdad@gnome.org>
* pango/opentype/pango-ot-*: Removed.
* pango/pango-ot-*: Added.
* pango/Makefile.am, pango/opentype/Makefile.am, doc/Makefile.am:
Adjusted.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 63787553..af9d7198 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -41,7 +41,8 @@ IGNORE_HFILES= \ pangowin32-private.h \ pangoatsui-private.h \ pangox-private.h \ - pangoxft-private.h + pangoxft-private.h \ + pango-ot-private.h # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. |