diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-08-14 22:59:09 +0200 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-08-14 22:59:09 +0200 | 
| commit | 226b34727f14fafa2bc1564fcd19a66abb99648e (patch) | |
| tree | f66a9163e436306ac97549173d3d7bbb86a2185c /bootstrap-configure | |
| parent | 975f5d049e2d55a1221830dba6a505d85750e5d7 (diff) | |
Add infrastructure for gtk-doc support
Diffstat (limited to 'bootstrap-configure')
| -rwxr-xr-x | bootstrap-configure | 5 | 
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 \ | 
