summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-05-15 13:55:48 +0200
committerLennart Poettering <lennart@poettering.net>2012-05-15 13:55:48 +0200
commit473dca4ac1b1b01561531e2884165ed1936cfd61 (patch)
treeaca6799e13ae9da93768256acd45bf9f35e2e1e2 /autogen.sh
parent84c2626ec1e716f425ea0af5de6f50882916fa2b (diff)
build-sys: fix build for folks without gtk-doc installed
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 51b9d81d5..0b5d9b557 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,7 +24,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 =' > docs/gtk-doc.make
else
gtkdocize --docdir docs/
gtkdocargs=--enable-gtk-doc