summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-02-18 01:13:12 +0100
committerLennart Poettering <lennart@poettering.net>2011-02-18 01:13:12 +0100
commitb511ce1662a9afb89fb945df27c31d6f7fb654d0 (patch)
treed5e2fb4b601105e5c3672988973274e78844d36d
parent3a241e78dcd8c6be264724f6a1d41866b422cecf (diff)
gtkdoc: enable html generation when building as a developer
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 29d356f..0024bf6 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -70,7 +70,7 @@ else
run_versioned automake "$VERSION" --copy --foreign --add-missing
if test "x$NOCONFIGURE" = "x"; then
- CFLAGS="-g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-gtk-doc "$@"
+ CFLAGS="-g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-gtk-doc=yes --enable-gtk-doc-html "$@"
make clean
fi
fi