Keep following upstream patches until 2.4.0 release. The latest patches fixed perl binding, rpmlint issues with FSF license address, and other minor build glitches. Unfortunately make check still fails for perl so we keep perl bindings still disabled for now.
26 lines
1.3 KiB
Diff
26 lines
1.3 KiB
Diff
From ff0b9ba8d40e77126f6b6edf337427eb98ccfaf1 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= <fpeters@entrouvert.com>
|
|
Date: Thu, 5 Dec 2013 18:21:10 +0100
|
|
Subject: [PATCH 2/4] doc: remove reference to init.xml that is not created
|
|
anymore
|
|
|
|
---
|
|
docs/reference/lasso/lasso-docs.sgml | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/docs/reference/lasso/lasso-docs.sgml b/docs/reference/lasso/lasso-docs.sgml
|
|
index b71fefcf2afbfdfcf3ec3803283f409db30545dd..21a44b8f739bc6809a4b7ffd991796176929b5e5 100644
|
|
--- a/docs/reference/lasso/lasso-docs.sgml
|
|
+++ b/docs/reference/lasso/lasso-docs.sgml
|
|
@@ -140,7 +140,6 @@ the <ulink url="http://lasso.entrouvert.org/license">GNU General Public License<
|
|
<xi:include href="xml/session.xml"/>
|
|
<xi:include href="xml/profile.xml"/>
|
|
<xi:include href="xml/errors.xml"/>
|
|
- <xi:include href="xml/init.xml"/>
|
|
<para><link linkend="lasso-LassoNode">LassoNode</link> is the base class for all Lasso classes, it gives XML serialization and deserialization support to all of them.</para>
|
|
<xi:include href="xml/node.xml"/>
|
|
<para>The <link linkend="lasso-LassoMiscTextNode">LassoMiscTextNode</link> allows to represent miscellenaous nodes for whose no mapping to a specific <link linkend="GObjectClass">GObjectClass</link> exists.</para>
|
|
--
|
|
1.8.4.2
|
|
|