diff options
author | Ted Gould <ted@gould.cx> | 2009-12-08 14:43:24 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-08 14:43:24 -0600 |
commit | fbb083f6f0ef0c3398253b00ad129ada325b84d8 (patch) | |
tree | 52c67d499538b4027f5e633a3934a005dd958690 /Makefile.am | |
parent | bfb9e7775ff9a688690558cade7e2778e56a1f3c (diff) | |
parent | 86b124f05043bae6ee79bb9be03bee69a55eee52 (diff) | |
download | libayatana-appindicator-fbb083f6f0ef0c3398253b00ad129ada325b84d8.tar.gz libayatana-appindicator-fbb083f6f0ef0c3398253b00ad129ada325b84d8.tar.bz2 libayatana-appindicator-fbb083f6f0ef0c3398253b00ad129ada325b84d8.zip |
Ken's gtk-doc integration branch
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 33f9f3e..d63fda6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,15 @@ -SUBDIRS = data \ - src \ - example \ - tests +SUBDIRS = data \ + src \ + example \ + tests \ + docs -DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall +EXTRA_DIST = \ + gtk-doc.make \ + omf.make \ + xmldocs.make + +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall dist-hook: @if test -d "$(top_srcdir)/.bzr"; \ |