aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-29 01:24:18 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-29 01:24:18 +0800
commit29a5720ddb756ba1d0e88c7b4e187ff7a180c034 (patch)
tree3049aaba89b24a23a99c3d46db0c05dba9b31b15 /doc
parentdde82959e8394ec14aa7431b3b6695e9ed9565f2 (diff)
downloadgsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.tar
gsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.tar.gz
gsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.tar.bz2
gsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.tar.lz
gsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.tar.xz
gsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.tar.zst
gsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.zip
Version 1.9.
2005-08-28 Christian Persch <chpe@cvs.gnome.org> * ChangeLog-20050828: * Makefile.am: * autogen.sh: * configure.ac: * data/Makefile.am: * data/epiphany-1.10.pc.in: * data/epiphany-1.8.pc.in: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/mozilla/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * lib/ephy-dbus.c: (session_filter_func), (system_filter_func), (ephy_dbus_connect_to_session_bus), (ephy_dbus_disconnect_bus): * lib/widgets/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Version 1.9.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 0967c9de4..7e14bf753 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-AUTOMAKE_OPTIONS = 1.8
+AUTOMAKE_OPTIONS = 1.9
INCLUDES = $(MOZILLA_COMPONENT_CFLAGS) \
-include $(MOZILLA_INCLUDE_ROOT)/mozilla-config.h
@@ -152,7 +152,9 @@ 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) \
+ $(BONOBO_CFLAGS) \
+ $(DBUS_CFLAGS)
GTKDOC_LIBS = \
$(top_builddir)/src/libephymain.la \
@@ -163,8 +165,10 @@ 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) \
+ $(BONOBO_LIBS) \
+ $(DBUS_LIBS)
$(INTLLIBS)
if ENABLE_PYTHON