aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-09 12:02:20 -0600
committerTed Gould <ted@gould.cx>2009-12-09 12:02:20 -0600
commitb67737d41f7c55e5d440e2eebd6d6adca05fb419 (patch)
tree34d9a0493282c6764cad571a5b6563df9c5bec9f /Makefile.am
parentec3c1bee24ce4da8bef326e8f2b659c846ff35b7 (diff)
parentbae74eff1707ab9abac1f6122506ff1b7cc20098 (diff)
downloadayatana-indicator-application-b67737d41f7c55e5d440e2eebd6d6adca05fb419.tar.gz
ayatana-indicator-application-b67737d41f7c55e5d440e2eebd6d6adca05fb419.tar.bz2
ayatana-indicator-application-b67737d41f7c55e5d440e2eebd6d6adca05fb419.zip
* Upstream update
* Adding in documentation * Adding a pkg-config .pc file for libappindicator
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"; \