diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | docs/Makefile.am | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -4,7 +4,8 @@ * pango/pango-ot-*: Added. - * pango/Makefile.am, pango/opentype/Makefile.am: Adjusted. + * pango/Makefile.am, pango/opentype/Makefile.am, doc/Makefile.am: + Adjusted. 2006-01-28 Behdad Esfahbod <behdad@gnome.org> 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. |