From 8793542779c6a56007b6392df1c0080a29485a11 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 14 Aug 2012 11:18:25 +0100 Subject: [PATCH] revert gtk-doc change --- bootstrap.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 0be480be..547924fb 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -28,13 +28,7 @@ cp $ACDIR/lcmessage.m4 m4 cp $ACDIR/progtest.m4 m4 cp $ACDIR/introspection.m4 m4 -# some systems struggle to install gtk-doc ... test for it first -if gtkdocize --version >/dev/null 2>&1; then - echo setting up gtk-doc ... - gtkdocize --copy --docdir doc/reference --flavour no-tmpl -else - echo no gtk-doc found -- disabling -fi +gtkdocize --copy --docdir doc/reference --flavour no-tmpl || exit 1 # some systems need libtoolize, some glibtoolize ... how annoying echo testing for glibtoolize ...