summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-05-01 23:00:12 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-05-01 23:00:12 +0000
commitd8131cfedbb7903c382b5df44bb00f8ebe5d00b2 (patch)
treed5018af17891d64b055f16752e1a7ca8e633adfa
parent13fe6927efa13b4810f6cb979955639c2b990766 (diff)
downloadpango-d8131cfedbb7903c382b5df44bb00f8ebe5d00b2.tar.gz
Set these.
* docs/Makefile.am (GTKDOC_CFLAGS, GTKDOC_LIBS): Set these. * docs/pango.types: Add some types here.
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-1-106
-rw-r--r--ChangeLog.pre-1-26
-rw-r--r--ChangeLog.pre-1-46
-rw-r--r--ChangeLog.pre-1-66
-rw-r--r--ChangeLog.pre-1-86
-rw-r--r--docs/Makefile.am10
-rw-r--r--docs/pango.types11
8 files changed, 55 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3852333d..bef0c4fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-02 Matthias Clasen <maclas@gmx.de>
+
+ * docs/Makefile.am (GTKDOC_CFLAGS, GTKDOC_LIBS): Set these.
+
+ * docs/pango.types: Add some types here.
+
Tue Apr 23 16:15:07 2002 Owen Taylor <otaylor@redhat.com>
* pango/opentype/fterrcompat.h: Add compatibility
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 3852333d..bef0c4fb 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,9 @@
+2002-05-02 Matthias Clasen <maclas@gmx.de>
+
+ * docs/Makefile.am (GTKDOC_CFLAGS, GTKDOC_LIBS): Set these.
+
+ * docs/pango.types: Add some types here.
+
Tue Apr 23 16:15:07 2002 Owen Taylor <otaylor@redhat.com>
* pango/opentype/fterrcompat.h: Add compatibility
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 3852333d..bef0c4fb 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,9 @@
+2002-05-02 Matthias Clasen <maclas@gmx.de>
+
+ * docs/Makefile.am (GTKDOC_CFLAGS, GTKDOC_LIBS): Set these.
+
+ * docs/pango.types: Add some types here.
+
Tue Apr 23 16:15:07 2002 Owen Taylor <otaylor@redhat.com>
* pango/opentype/fterrcompat.h: Add compatibility
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 3852333d..bef0c4fb 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,9 @@
+2002-05-02 Matthias Clasen <maclas@gmx.de>
+
+ * docs/Makefile.am (GTKDOC_CFLAGS, GTKDOC_LIBS): Set these.
+
+ * docs/pango.types: Add some types here.
+
Tue Apr 23 16:15:07 2002 Owen Taylor <otaylor@redhat.com>
* pango/opentype/fterrcompat.h: Add compatibility
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 3852333d..bef0c4fb 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,9 @@
+2002-05-02 Matthias Clasen <maclas@gmx.de>
+
+ * docs/Makefile.am (GTKDOC_CFLAGS, GTKDOC_LIBS): Set these.
+
+ * docs/pango.types: Add some types here.
+
Tue Apr 23 16:15:07 2002 Owen Taylor <otaylor@redhat.com>
* pango/opentype/fterrcompat.h: Add compatibility
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 3852333d..bef0c4fb 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,9 @@
+2002-05-02 Matthias Clasen <maclas@gmx.de>
+
+ * docs/Makefile.am (GTKDOC_CFLAGS, GTKDOC_LIBS): Set these.
+
+ * docs/pango.types: Add some types here.
+
Tue Apr 23 16:15:07 2002 Owen Taylor <otaylor@redhat.com>
* pango/opentype/fterrcompat.h: Add compatibility
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
+