Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2010-02-04 15:14:56 (GMT)
committer Christian Persch <chpe@gnome.org>2010-02-04 19:00:52 (GMT)
commit0ce9b3563b591c5fe980bcf47108a3f1b6dc6a85 (patch)
tree1e10792449cb3a8954fafb1bf59854f99fd0fa7f /autogen.sh
parent1ca3727892193af6592f7ef4dd8ed058f9a47b2b (diff)
[docs] Modernise API docs
Use no-tmpl gtk-doc option. Use xi:include, add index and object hierarchy, etc.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 3fe8f4c..2996927 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,4 +17,7 @@ which gnome-autogen.sh || {
exit 1
}
-REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh
+REQUIRED_AUTOMAKE_VERSION=1.10
+REQUIRED_GTK_DOC_VERSION=1.13
+USE_GNOME2_MACROS=1
+. gnome-autogen.sh