[gnome-calendar/wip/gbsneto/docs: 5/5] project: run gtkdocize before autoreconf



commit 7370e63711fcd5be8d0200b80dcb6565f25dfb3e
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]