summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-09-18 12:55:38 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-09-18 13:54:22 -0400
commit5f9b010b94d02b3b7efd4950632d0801b21672c4 (patch)
tree5dcc5df5bd0f9a4045f24f5585faa8ffa9f0a50f /docs
parente95490c15e8a95cb72601e4d66e806b55d7b4d82 (diff)
downloadgtk+-5f9b010b94d02b3b7efd4950632d0801b21672c4.tar.gz
Fix gdk docs build
This took far too long: The actual problem turned out to be an unclosed <SECTION> in gdk3-sections.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gdk/gdk-docs.sgml2
-rw-r--r--docs/reference/gdk/gdk3-sections.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/gdk/gdk-docs.sgml b/docs/reference/gdk/gdk-docs.sgml
index c179075661..405ab32da0 100644
--- a/docs/reference/gdk/gdk-docs.sgml
+++ b/docs/reference/gdk/gdk-docs.sgml
@@ -42,7 +42,7 @@
<xi:include href="xml/cairo_interaction.xml" />
<xi:include href="xml/x_interaction.xml" />
<xi:include href="xml/gdkapplaunchcontext.xml" />
- <xi:include href="xml/gdktesting.xml" />
+ <xi:include href="xml/gdktestutils.xml" />
</reference>
<index id="api-index-full">
diff --git a/docs/reference/gdk/gdk3-sections.txt b/docs/reference/gdk/gdk3-sections.txt
index d012c3ca65..aefd579d8d 100644
--- a/docs/reference/gdk/gdk3-sections.txt
+++ b/docs/reference/gdk/gdk3-sections.txt
@@ -1145,8 +1145,8 @@ gdk_app_launch_context_get_type
<SECTION>
<TITLE>Testing</TITLE>
-<FILE>gdktesting</FILE>
+<FILE>gdktestutils</FILE>
gdk_test_render_sync
gdk_test_simulate_button
gdk_test_simulate_key
-
+</SECTION>