diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-09-01 12:25:10 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-09-01 12:25:10 +0200 |
commit | c8794795a7054eff4e21bbca52321195f2d8720c (patch) | |
tree | 3b091347bf0f422a3b84938fa5b14592f0ca1afd /Makefile.am | |
parent | d28296b69565793050e51717a89c84eeadd88dbc (diff) | |
parent | 998854d26580f3c9b001518cc7fcd283e41001f6 (diff) | |
download | ayatana-indicator-messages-c8794795a7054eff4e21bbca52321195f2d8720c.tar.gz ayatana-indicator-messages-c8794795a7054eff4e21bbca52321195f2d8720c.tar.bz2 ayatana-indicator-messages-c8794795a7054eff4e21bbca52321195f2d8720c.zip |
Import upstream version 12.10.2
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
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"; \ |