summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-28 13:32:52 -0800
committerdavid <david@david-desktop.(none)>2014-11-21 09:41:01 +0800
commit761b193c149f125f2acd61d95b559ba89420a7af (patch)
tree8c99c1c461c491202ca014279fb5cec0d431beef
parent7a28fa06786bd7e84aee19ed00a9016cc4acd745 (diff)
downloadlibsoup-761b193c149f125f2acd61d95b559ba89420a7af.tar.gz
libsoup-761b193c149f125f2acd61d95b559ba89420a7af.tar.bz2
libsoup-761b193c149f125f2acd61d95b559ba89420a7af.zip
disable gtkdoc
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac2
-rw-r--r--docs/reference/Makefile.am1
-rw-r--r--packaging/libsoup.spec1
4 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index c8fa95ce..698b2ea8 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 369e9317..509e156f 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 d47693a1..cc89baaf 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 181d441f..1be9e3e7 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