Skip to content

Commit

Permalink
Fix gtk-doc 1.31+ build failure
Browse files Browse the repository at this point in the history
Since this library doesn't define any gobjects, the generated
xml/object_index.sgml is always empty, and xml/tree_index.sgml is altogether
absent with gtk-doc 1.31+.

Fix a possible doc build error by not including the tree_index.sgml.

See GitHub issue kupferlauncher#16.
  • Loading branch information
ulidtko committed Sep 19, 2019
1 parent 04ae067 commit 26a9a16
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/keybinder-docs.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@
<xi:include href="xml/keybinder.xml"/>

</chapter>
<chapter id="object-tree">
<title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml"/>
</chapter>

<index id="api-index-full">
<title>API Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>

<index id="deprecated-api-index" role="deprecated">
<title>Index of deprecated API</title>
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
Expand Down

0 comments on commit 26a9a16

Please sign in to comment.