OLD | NEW |
(Empty) | |
| 1 From c8ff78e489ccf5becd1ae309222b7977510558e6 Mon Sep 17 00:00:00 2001 |
| 2 From: Priit Laes <plaes@plaes.org> |
| 3 Date: Thu, 25 Feb 2010 20:59:51 +0200 |
| 4 Subject: [PATCH] Split docs into libsoup and libsoup-gnome. |
| 5 |
| 6 Fixes Gentoo Bug 268592, patch adapted from upstream patch. |
| 7 |
| 8 Modified to apply to a release tarball (no libsoup-2.4-docs.sgml.in) |
| 9 Hence, to be applied ONLY when !gnome && doc |
| 10 --- |
| 11 docs/reference/Makefile.am | 5 ++++- |
| 12 docs/reference/libsoup-2.4-docs.sgml | 2 ++ |
| 13 2 files changed, 6 insertions(+), 1 deletions(-) |
| 14 |
| 15 diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am |
| 16 index 64d3cf8..8b91b7f 100644 |
| 17 --- a/docs/reference/Makefile.am |
| 18 +++ b/docs/reference/Makefile.am |
| 19 @@ -38,6 +38,9 @@ IGNORE_HFILES= soup.h soup-marshal.h soup-enum-types.h \ |
| 20 soup-proxy-resolver.h soup-proxy-resolver-gnome.h \ |
| 21 soup-proxy-resolver-static.h |
| 22 |
| 23 +IGNORE_HFILES += soup-cookie-jar-sqlite.h \ |
| 24 + soup-gnome.h soup-gnome-features.h |
| 25 + |
| 26 # Images to copy into HTML directory. |
| 27 HTML_IMAGES = |
| 28 |
| 29 @@ -62,7 +65,7 @@ GTKDOC_CFLAGS = \ |
| 30 $(GNUTLS_CFLAGS) \ |
| 31 $(LIBPROXY_LIBS) |
| 32 |
| 33 -GTKDOC_LIBS = $(top_builddir)/libsoup/libsoup-gnome-2.4.la |
| 34 +GTKDOC_LIBS = $(top_builddir)/libsoup/libsoup-2.4.la |
| 35 |
| 36 # include common portion ... |
| 37 include $(top_srcdir)/gtk-doc.make |
| 38 diff --git a/docs/reference/libsoup-2.4-docs.sgml b/docs/reference/libsoup-2.4-d
ocs.sgml |
| 39 index 3cb3d11..707e525 100644 |
| 40 --- a/docs/reference/libsoup-2.4-docs.sgml |
| 41 +++ b/docs/reference/libsoup-2.4-docs.sgml |
| 42 @@ -52,11 +52,13 @@ |
| 43 <xi:include href="xml/soup-value-utils.xml"/> |
| 44 </chapter> |
| 45 |
| 46 +<!-- |
| 47 <chapter> |
| 48 <title>GNOME integration</title> |
| 49 <xi:include href="xml/soup-gnome-features.xml"/> |
| 50 <xi:include href="xml/soup-cookie-jar-sqlite.xml"/> |
| 51 </chapter> |
| 52 +--> |
| 53 |
| 54 <chapter> |
| 55 <title>Low-level Networking API</title> |
| 56 -- |
| 57 1.7.0 |
| 58 |
OLD | NEW |