diff options
author | Colin Walters <walters@verbum.org> | 2009-02-18 12:34:39 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-02-18 12:34:39 -0500 |
commit | cdcb727d2974c5a6e4675d05570cc091e909ce41 (patch) | |
tree | 742f3954d923c91b2a384b93318eee4d578d707b /Makefile.am | |
parent | 4dc2fda639adc45d16e9925be516dbdefcba1f31 (diff) | |
download | gobject-introspection-cdcb727d2974c5a6e4675d05570cc091e909ce41.tar.gz |
Various gtk-doc fixes: only require 1.11, remove generated files, add docs to SUBDIRS
The gtk-doc introductory commit introduced some generated files; remove those.
We apparently only require 1.11, so downgrade to that.
Finally, the docs directory was missing from the toplevel SUBDIRS.
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 0ef83251..33489750 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ endif ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = girepository giscanner tools gir tests examples +SUBDIRS = docs girepository giscanner tools gir tests examples DIST_SUBDIRS = m4 $(SUBDIRS) man_MANS = \ |