gtk-doc fixes: Require 1.10, fix --name-space argument typo, change Typelib section...
authorColin Walters <walters@verbum.org>
Wed, 18 Feb 2009 19:18:45 +0000 (14:18 -0500)
committerColin Walters <walters@verbum.org>
Wed, 18 Feb 2009 19:18:45 +0000 (14:18 -0500)
autogen.sh
docs/reference/Makefile.am
docs/reference/gi-docs.sgml

index 41cd032..704513a 100755 (executable)
@@ -7,6 +7,7 @@ test -z "$srcdir" && srcdir=.
 PKG_NAME="gobject-introspection"
 REQUIRED_AUTOCONF_VERSION=2.53
 REQUIRED_AUTOMAKE_VERSION=1.9
+REQUIRED_GTK_DOC_VERSION=1.10
 
 (test -f $srcdir/configure.ac \
   && test -f $srcdir/autogen.sh) || {
index 60430aa..d99b6b1 100644 (file)
@@ -13,7 +13,7 @@ DOC_SOURCE_DIR=../../girepository
 SCAN_OPTIONS=
 
 # Extra options to supply to gtkdoc-mkdb
-MKDB_OPTIONS=--sgml-mode --output-format=xml --namespace=g
+MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=g
 
 # Used for dependencies
 HFILE_GLOB=$(top_srcdir)/girepository/*.h
index 864a0f0..f22449a 100644 (file)
@@ -40,7 +40,7 @@ Bla bla bla bla bla
   </part>
 
   <chapter id="gi-typelib">
-    <title>typelib</title>
+    <title>Typelib binary format</title>
     &gi-gtypelib;
   </chapter>