aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-08-29 13:27:54 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-08-29 13:27:54 +0200
commitc5a99f8bad23f7524c1e5a5da7413e1462a3a7f2 (patch)
tree7cebda345a611daadd488392548887d4901fc731 /Makefile.am
parent462b560f917d51a81c5d6ffa4e21e4e5b0194a99 (diff)
downloadayatana-indicator-messages-c5a99f8bad23f7524c1e5a5da7413e1462a3a7f2.tar.gz
ayatana-indicator-messages-c5a99f8bad23f7524c1e5a5da7413e1462a3a7f2.tar.bz2
ayatana-indicator-messages-c5a99f8bad23f7524c1e5a5da7413e1462a3a7f2.zip
Add gtk-doc support
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ef08e41..daeb2b7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,6 +5,10 @@ SUBDIRS = \
data \
po
+if ENABLE_GTK_DOC
+SUBDIRS += doc
+endif
+
if BUILD_TESTS
SUBDIRS += \
test
@@ -17,7 +21,7 @@ endif
-DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-deprecations --enable-introspection
+DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-deprecations --enable-introspection --enable-gtk-doc
dist-hook:
@if test -d "$(top_srcdir)/.bzr"; \