From 761b193c149f125f2acd61d95b559ba89420a7af Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 28 Nov 2012 13:32:52 -0800 Subject: [PATCH] disable gtkdoc --- Makefile.am | 3 +-- configure.ac | 2 +- docs/reference/Makefile.am | 1 - packaging/libsoup.spec | 1 - 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index c8fa95c..698b2ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,12 @@ ## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS = libsoup po tests examples docs +SUBDIRS = libsoup po tests EXTRA_DIST = \ data/effective_tld_names.dat \ libsoup-2.4.pc.in \ libsoup-gnome-2.4.pc.in \ - gtk-doc.make \ libsoup-zip.in \ glib-tap.mk \ tap-driver.sh \ diff --git a/configure.ac b/configure.ac index 369e931..509e156 100644 --- a/configure.ac +++ b/configure.ac @@ -172,7 +172,7 @@ AC_SUBST(HAVE_GNOME) dnl *************** dnl *** gtk-doc *** dnl *************** -GTK_DOC_CHECK([1.10]) +dnl GTK_DOC_CHECK([1.10]) dnl ***************************** dnl *** gobject-introspection *** diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index d47693a..cc89baa 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -76,7 +76,6 @@ GTKDOC_LIBS = \ $(GLIB_LIBS) # include common portion ... -include $(top_srcdir)/gtk-doc.make # kludges $(srcdir)/tmpl/*.sgml: diff --git a/packaging/libsoup.spec b/packaging/libsoup.spec index 181d441..1be9e3e 100644 --- a/packaging/libsoup.spec +++ b/packaging/libsoup.spec @@ -15,7 +15,6 @@ BuildRequires: glib-networking %if 0%{?enable_gnome} BuildRequires: gobject-introspection-devel %endif -BuildRequires: gtk-doc BuildRequires: intltool >= 0.35.0 BuildRequires: sqlite3-devel BuildRequires: pkgconfig(glib-2.0) >= 2.31.7 -- 2.7.4