From a59a0239fe007812e5ed1214c5ff92a99d532a1e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 15 May 2012 11:56:20 +0200 Subject: build-sys: fix gtkdocize invocation --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit