summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-13 20:40:01 +0000
committerChristian Persch <chpe@src.gnome.org>2005-08-13 20:40:01 +0000
commit95768c2e0c32591462ff0b15daac8ef9e2e3258a (patch)
tree9a47fb0119d298e3033338461baf572a2d782b8a
parentba041dce7d50d9df92411cbb88f633706ddd94f2 (diff)
downloadepiphany-pre-gnome-2-14.tar.gz
Fix docs build.pre-gnome-2-14
2005-08-13 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Fix docs build.
-rw-r--r--ChangeLog6
-rw-r--r--doc/reference/Makefile.am6
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cdc5b0ee..16d36e38b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-08-13 Christian Persch <chpe@cvs.gnome.org>
+ * doc/reference/Makefile.am:
+
+ Fix docs build.
+
+2005-08-13 Christian Persch <chpe@cvs.gnome.org>
+
* autogen.sh:
* configure.ac:
* data/Makefile.am:
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 1373b3831..f3695cc2b 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -152,7 +152,7 @@ GTKDOC_CFLAGS = -I$(top_srcdir)/src \
-I$(top_srcdir)/src/bookmarks \
-I$(top_srcdir)/lib/egg \
-I$(top_builddir)/lib/egg \
- $(EPIPHANY_DEPENDENCY_CFLAGS)
+ $(DEPENDENCIES_CFLAGS)
GTKDOC_LIBS = \
$(top_builddir)/src/libephymain.la \
@@ -163,8 +163,8 @@ GTKDOC_LIBS = \
$(top_builddir)/lib/widgets/libephywidgets.la \
$(top_builddir)/lib/libephymisc.la \
$(top_builddir)/lib/egg/libegg.la \
- $(MOZILLA_COMPONENT_LIBS) \
- $(EPIPHANY_DEPENDENCY_LIBS) \
+ $(GECKO_LIBS) \
+ $(DEPENDENCIES_LIBS) \
$(INTLLIBS)
if ENABLE_PYTHON