summaryrefslogtreecommitdiffstats
path: root/bootstrap-configure
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-xbootstrap-configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap-configure b/bootstrap-configure
index ab7670fa..5ba74487 100755
--- a/bootstrap-configure
+++ b/bootstrap-configure
@@ -4,8 +4,13 @@ if [ -f config.status ]; then
make maintainer-clean
fi
+if [ ! -f doc/gtk-doc.make ]; then
+ gtkdocize --copy --docdir doc
+fi
+
./bootstrap && \
./configure --enable-maintainer-mode \
+ --enable-gtk-doc \
--enable-debug \
--prefix=/usr \
--mandir=/usr/share/man \