Blame SOURCES/fix_gtkdoc.patch

35bf77
From 26a9a16d1ed3a1cb41cb01f11e654fe8af2b2c28 Mon Sep 17 00:00:00 2001
35bf77
From: max ulidtko <ulidtko@gmail.com>
35bf77
Date: Thu, 19 Sep 2019 11:31:50 +0300
35bf77
Subject: [PATCH] Fix gtk-doc 1.31+ build failure
35bf77
35bf77
Since this library doesn't define any gobjects, the generated
35bf77
xml/object_index.sgml is always empty, and xml/tree_index.sgml is altogether
35bf77
absent with gtk-doc 1.31+.
35bf77
35bf77
Fix a possible doc build error by not including the tree_index.sgml.
35bf77
35bf77
See GitHub issue kupferlauncher/keybinder#16.
35bf77
---
35bf77
 docs/keybinder-docs.sgml | 6 ++----
35bf77
 1 file changed, 2 insertions(+), 4 deletions(-)
35bf77
35bf77
diff --git a/docs/keybinder-docs.sgml b/docs/keybinder-docs.sgml
35bf77
index 8e2ba0c..1b2b266 100644
35bf77
--- a/docs/keybinder-docs.sgml
35bf77
+++ b/docs/keybinder-docs.sgml
35bf77
@@ -21,14 +21,12 @@
35bf77
         <xi:include href="xml/keybinder.xml"/>
35bf77
 
35bf77
   </chapter>
35bf77
-  <chapter id="object-tree">
35bf77
-    <title>Object Hierarchy</title>
35bf77
-     <xi:include href="xml/tree_index.sgml"/>
35bf77
-  </chapter>
35bf77
+
35bf77
   <index id="api-index-full">
35bf77
     <title>API Index</title>
35bf77
     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
35bf77
   </index>
35bf77
+
35bf77
   <index id="deprecated-api-index" role="deprecated">
35bf77
     <title>Index of deprecated API</title>
35bf77
     <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>