diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-05-01 23:00:12 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-05-01 23:00:12 +0000 |
commit | d8131cfedbb7903c382b5df44bb00f8ebe5d00b2 (patch) | |
tree | d5018af17891d64b055f16752e1a7ca8e633adfa /docs | |
parent | 13fe6927efa13b4810f6cb979955639c2b990766 (diff) | |
download | pango-d8131cfedbb7903c382b5df44bb00f8ebe5d00b2.tar.gz |
Set these.
* docs/Makefile.am (GTKDOC_CFLAGS, GTKDOC_LIBS): Set these.
* docs/pango.types: Add some types here.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 10 | ||||
-rw-r--r-- | docs/pango.types | 11 |
2 files changed, 19 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 30ad6302..deccc950 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -52,8 +52,14 @@ extra_files = \ # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. -GTKDOC_CFLAGS = -GTKDOC_LIBS = +GTKDOC_CFLAGS = \ + @CFLAGS@ \ + -DPANGO_ENABLE_BACKEND \ + -I$(top_srcdir) \ + -I$(top_builddir) + +GTKDOC_LIBS = \ + $(top_builddir)/pango/libpango-1.0.la # Commands for compiling and linking GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC) diff --git a/docs/pango.types b/docs/pango.types index e69de29b..73860fd9 100644 --- a/docs/pango.types +++ b/docs/pango.types @@ -0,0 +1,11 @@ +#include <pango/pango.h> + +pango_font_get_type +pango_font_family_get_type +pango_font_face_get_type +pango_context_get_type +pango_font_map_get_type +pango_fontset_get_type +pango_fontset_simple_get_type +pango_layout_get_type + |