diff options
author | Colin Walters <walters@verbum.org> | 2009-02-18 21:35:04 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-02-18 21:38:19 -0500 |
commit | d7ee99a58f7d8abc4bb6572a509641e190b9aebb (patch) | |
tree | c31d0a2ac1063ef859fca7155ec363164d8151d3 /Makefile.am | |
parent | ce26719f0c42d77f636ea217ecbbf4231a351a18 (diff) | |
download | gobject-introspection-d7ee99a58f7d8abc4bb6572a509641e190b9aebb.tar.gz |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 33489750..4873efad 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 = \ |