Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-02-19 02:35:04 (GMT)
committer Colin Walters <walters@verbum.org>2009-02-19 02:38:19 (GMT)
commitd7ee99a58f7d8abc4bb6572a509641e190b9aebb (patch)
treec31d0a2ac1063ef859fca7155ec363164d8151d3
parentce26719f0c42d77f636ea217ecbbf4231a351a18 (diff)
Fix SUBDIRS order, call gnome-autogen.sh with COMMON_DOC_BUILD
The latter option seems to be what others are doing, so we do too.
-rw-r--r--Makefile.am2
-rwxr-xr-xautogen.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 3348975..4873efa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 = \
diff --git a/autogen.sh b/autogen.sh
index 704513a..1e8abe3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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