summaryrefslogtreecommitdiff
blob: 574b8be7debfd8aea8da37a8db547cd8c5dfafde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
From 4be4806401133389b2413267bc3f8ac58c1eeaf3 Mon Sep 17 00:00:00 2001
From: Priit Laes <plaes@plaes.org>
Date: Thu, 25 Feb 2010 20:59:51 +0200
Subject: [PATCH] Split docs into libsoup and libsoup-gnome.

Fixes Gentoo Bug 268592, patch adapted from upstream patch.

Modified to apply to a release tarball (no libsoup-2.4-docs.sgml.in)
Hence, to be applied ONLY when !gnome && doc

[Alexandre Rostovtsev <tetromino@gmail.com>: adapted patch for libsoup-2.34.2]
---
 docs/reference/Makefile.am           |    4 +++-
 docs/reference/libsoup-2.4-docs.sgml |    2 ++
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 765d27c..07c92e9 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -38,6 +38,9 @@ IGNORE_HFILES= soup.h soup-marshal.h soup-enum-types.h \
 	soup-proxy-resolver.h soup-proxy-resolver-gnome.h \
 	soup-proxy-resolver-static.h
 
+IGNORE_HFILES += soup-cookie-jar-sqlite.h \
+	soup-gnome.h soup-gnome-features.h
+
 # Images to copy into HTML directory.
 HTML_IMAGES = 
 
@@ -63,7 +66,6 @@ GTKDOC_CFLAGS =				\
 
 GTKDOC_LIBS =						\
 	$(top_builddir)/libsoup/libsoup-2.4.la		\
-	$(top_builddir)/libsoup/libsoup-gnome-2.4.la	\
 	$(GLIB_LIBS)
 
 # include common portion ...
diff --git a/docs/reference/libsoup-2.4-docs.sgml b/docs/reference/libsoup-2.4-docs.sgml
index c52208f..7117849 100644
--- a/docs/reference/libsoup-2.4-docs.sgml
+++ b/docs/reference/libsoup-2.4-docs.sgml
@@ -52,11 +52,13 @@
     <xi:include href="xml/soup-value-utils.xml"/>
   </chapter>
 
+<!--
   <chapter>
     <title>GNOME integration</title>
     <xi:include href="xml/soup-gnome-features.xml"/>
     <xi:include href="xml/soup-cookie-jar-sqlite.xml"/>
   </chapter>
+-->
 
   <chapter>
     <title>Low-level Networking API</title>
-- 
1.7.5.3