summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-02-10 11:59:14 +0000
committerRichard Hughes <richard@hughsie.com>2011-02-10 13:06:02 +0000
commit9ec19ef026a3f2eb7d7228e6f090d8fe3ab1126b (patch)
tree9681f77f5a74e4502a5057e01ff1fccf158f8a9b /autogen.sh
parentfda6dee5c1ad046335483ceb8658e1e8c2078b96 (diff)
downloadcolord-9ec19ef026a3f2eb7d7228e6f090d8fe3ab1126b.tar.gz
Add gtk-doc support to libcolord
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 edcc00a..7d9bfef 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -25,6 +25,7 @@ if ([ -z "$*" ] && [ "x$NOCONFIGURE" = "x" ]) ; then
echo
fi
+(cd $srcdir && gtkdocize) || exit 1
(cd $srcdir && autoreconf --force --install) || exit 1
(cd $srcdir && intltoolize) || exit 1