[gnome-calendar/wip/gbsneto/docs: 8/9] project: run gtkdocize before autoreconf
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/wip/gbsneto/docs: 8/9] project: run gtkdocize before autoreconf
- Date: Tue, 11 Apr 2017 12:12:42 +0000 (UTC)
commit 8ad65d311b1b71974fce7a5508c6963ff461c584
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Mar 28 00:29:45 2017 -0300
project: run gtkdocize before autoreconf
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index b56d222..5d7e02f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,9 +9,9 @@ olddir=`pwd`
cd $srcdir
mkdir -p m4
+gtkdocize || exit 1
autoreconf --verbose --force --install || exit $?
intltoolize --force --copy --automake || exit $?
-gtkdocize || exit 1
if test -z "$NOCONFIGURE"; then
run_configure=true
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]