aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-12-18 20:06:31 +0000
committerTarmac <Unknown>2012-12-18 20:06:31 +0000
commit95730ece25fd41c39e0127cdb5c1b3e8a6052ed1 (patch)
tree8459395c4c3d76c389787da9ed4efb49dd985f90 /autogen.sh
parentaded707997d09c33b7e3566edb236a1ac849e051 (diff)
parent8c16682b1277d1ddbcd78cead66475a08933ca20 (diff)
downloadlibdbusmenu-95730ece25fd41c39e0127cdb5c1b3e8a6052ed1.tar.gz
libdbusmenu-95730ece25fd41c39e0127cdb5c1b3e8a6052ed1.tar.bz2
libdbusmenu-95730ece25fd41c39e0127cdb5c1b3e8a6052ed1.zip
Properly inline + fixes for gtkdoc tests (much of the gtkdoc work done by Charles).
Approved by Charles Kerr.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 61260e2..cce1ab4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,6 +7,8 @@ which gnome-autogen.sh || {
exit 1
}
+gtkdocize || exit 1
+
USE_GNOME2_MACROS=1 \
USE_COMMON_DOC_BUILD=yes \
gnome-autogen.sh --enable-gtk-doc $@