[libgnome] Distcheck fixes
- From: Kjartan Maraas <kmaraas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgnome] Distcheck fixes
- Date: Mon, 31 Jan 2011 14:52:52 +0000 (UTC)
commit 705dad58bcd7282db26f2633ab28231b5b0995d3
Author: Kjartan Maraas <kmaraas gnome org>
Date: Mon Jan 31 15:52:45 2011 +0100
Distcheck fixes
configure.in | 4 +++-
doc/reference/Makefile.am | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index b3a3658..3f91693 100644
--- a/configure.in
+++ b/configure.in
@@ -192,7 +192,9 @@ PKG_CHECK_MODULES([GIO],[gio-2.0 >= gio_required_version])
dnl
dnl Check for gtk-doc
dnl
-GTK_DOC_CHECK([1.0])
+GTK_DOC_CHECK([1.0],[--flavour no-tmpl])
+
+AC_CONFIG_MACRO_DIR(m4)
dnl ==============================================
dnl Special GConf section
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 27f1709..4e4e3b6 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -27,8 +27,8 @@ IGNORE_HFILES= \
gnome-preferences.h \
gnome-triggersP.h
-INCLUDES = -I$(top_srcdir) -I$(top_builddir)
-GTKDOC_LIBS =
+INCLUDES = -I$(top_srcdir) -I$(top_builddir) $(LIBGNOME_CFLAGS)
+GTKDOC_LIBS = $(top_builddir)/libgnome/libgnome-2.la
# Extra options to supply to gtkdoc-mkdb.
MKDB_OPTIONS=--sgml-mode --output-format=xml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]