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 5754d3c..ff6d510 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -27,7 +27,7 @@ fi
GTKDOCIZE=$(which gtkdocize 2>/dev/null)
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
+ echo 'EXTRA_DIST =' > gtkdoc/gtk-doc.make
else
gtkdocize --docdir gtkdoc/
gtkdocargs=--enable-gtk-doc