Fix SUBDIRS order, call gnome-autogen.sh with COMMON_DOC_BUILD
authorColin Walters <walters@verbum.org>
Thu, 19 Feb 2009 02:35:04 +0000 (21:35 -0500)
committerColin Walters <walters@verbum.org>
Thu, 19 Feb 2009 02:38:19 +0000 (21:38 -0500)
The latter option seems to be what others are doing, so we do too.

Makefile.am
autogen.sh

index 3348975..4873efa 100644 (file)
@@ -18,7 +18,7 @@ endif
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = docs girepository giscanner tools gir tests examples
+SUBDIRS = girepository giscanner tools gir docs tests examples
 DIST_SUBDIRS = m4 $(SUBDIRS)
 
 man_MANS =                     \
index 704513a..1e8abe3 100755 (executable)
@@ -42,4 +42,4 @@ if test -z "$gnome_autogen" ; then
   exit 1
 fi
 
-GNOME_DATADIR="$gnome_datadir" USE_GNOME2_MACROS=1 . $gnome_autogen
+GNOME_DATADIR="$gnome_datadir" USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . $gnome_autogen