aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-07-31 04:37:55 +0800
committerChristian Persch <chpe@src.gnome.org>2007-07-31 04:37:55 +0800
commit2e02c0900389932464ed067dfbf7c55f0b61a1e0 (patch)
tree345e801903a3394f94d11be5ee61d45d7d2be104 /doc
parent64c801a78ec58a8818e0c2701201442ae4789ea4 (diff)
downloadgsoc2013-epiphany-2e02c0900389932464ed067dfbf7c55f0b61a1e0.tar
gsoc2013-epiphany-2e02c0900389932464ed067dfbf7c55f0b61a1e0.tar.gz
gsoc2013-epiphany-2e02c0900389932464ed067dfbf7c55f0b61a1e0.tar.bz2
gsoc2013-epiphany-2e02c0900389932464ed067dfbf7c55f0b61a1e0.tar.lz
gsoc2013-epiphany-2e02c0900389932464ed067dfbf7c55f0b61a1e0.tar.xz
gsoc2013-epiphany-2e02c0900389932464ed067dfbf7c55f0b61a1e0.tar.zst
gsoc2013-epiphany-2e02c0900389932464ed067dfbf7c55f0b61a1e0.zip
Trying to fix the docs build
svn path=/trunk/; revision=7219
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index edbc7e38e..5d62b3556 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -167,19 +167,19 @@ GTKDOC_LIBS = \
$(LIBINTL)
if WITH_GECKO_ENGINE
- GTKDOC_LIBS += $(top_builddir)/embed/mozilla/libephymozillaembed.la
+GTKDOC_LIBS += $(top_builddir)/embed/mozilla/libephymozillaembed.la
- GTKDOC_CFLAGS += -I$(top_srcdir)/embed/mozilla \
- -I$(GECKO_INCLUDE_ROOT) \
- -I$(GECKO_INCLUDE_ROOT)/gtkembedmoz \
- $(GECKO_CFLAGS)
+GTKDOC_CFLAGS += -I$(top_srcdir)/embed/mozilla \
+ -I$(GECKO_INCLUDE_ROOT) \
+ -I$(GECKO_INCLUDE_ROOT)/gtkembedmoz \
+ $(GECKO_CFLAGS)
endif
if WITH_WEBKIT_ENGINE
- GTKDOC_LIBS += $(top_builddir)/embed/webkit/libephywebkitembed.la
+GTKDOC_LIBS += $(top_builddir)/embed/webkit/libephywebkitembed.la
- GTKDOC_CFLAGS += -I$(top_srcdir)/embed/webkit \
- $(WEBKIT_CFLAGS)
+GTKDOC_CFLAGS += -I$(top_srcdir)/embed/webkit \
+ $(WEBKIT_CFLAGS)
endif
if ENABLE_PYTHON