summaryrefslogtreecommitdiffstats
path: root/bootstrap-configure
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-08-14 22:59:09 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-08-14 22:59:09 +0200
commit226b34727f14fafa2bc1564fcd19a66abb99648e (patch)
treef66a9163e436306ac97549173d3d7bbb86a2185c /bootstrap-configure
parent975f5d049e2d55a1221830dba6a505d85750e5d7 (diff)
Add infrastructure for gtk-doc support
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 \