aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-08 14:43:24 -0600
committerTed Gould <ted@gould.cx>2009-12-08 14:43:24 -0600
commitfbb083f6f0ef0c3398253b00ad129ada325b84d8 (patch)
tree52c67d499538b4027f5e633a3934a005dd958690 /Makefile.am
parentbfb9e7775ff9a688690558cade7e2778e56a1f3c (diff)
parent86b124f05043bae6ee79bb9be03bee69a55eee52 (diff)
downloadayatana-indicator-application-fbb083f6f0ef0c3398253b00ad129ada325b84d8.tar.gz
ayatana-indicator-application-fbb083f6f0ef0c3398253b00ad129ada325b84d8.tar.bz2
ayatana-indicator-application-fbb083f6f0ef0c3398253b00ad129ada325b84d8.zip
Ken's gtk-doc integration branch
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am16
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"; \