summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 8531ac4..5754d3c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,7 +29,7 @@ if test -z $GTKDOCIZE; then
echo "You don't have gtk-doc installed, and thus won't be able to generate the documentation."
echo 'EXTRA_DIST =' > gtk-doc.make
else
- gtkdocize
+ gtkdocize --docdir gtkdoc/
gtkdocargs=--enable-gtk-doc
fi