summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-11-22 11:33:35 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:19 +0100
commit09f40c836957fab37672d98fc6f3ca2611b94bbb (patch)
treedf0dab59955f556cef2379b3d200d90b3033a48a /autogen.sh
parenta57c3bcf36912f7c3822ed046a424af52f5b2bc4 (diff)
downloadModemManager-09f40c836957fab37672d98fc6f3ca2611b94bbb.tar.gz
docs: setup generation of gtk-doc based DBus API documentation
It includes gdbus-codegen generated API documentation, plus the common Enums, Flags and Errors, which will also be used in libmm-glib.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index d99bad678..da0ab6be1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,6 +14,7 @@ PKG_NAME=ModemManager
}
(cd $srcdir;
+ gtkdocize || exit 1
autopoint --force
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
if test -z "$NOCONFIGURE"; then