~indicator-applet-developers/indicator-messages/trunk.13.04

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Lars Uebernickel
  • Date: 2012-08-29 11:27:54 UTC
  • Revision ID: lars.uebernickel@canonical.com-20120829112754-yvzyfgzu7dq5hmu7
Add gtk-doc support

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        data \
6
6
        po
7
7
 
 
8
if ENABLE_GTK_DOC
 
9
SUBDIRS += doc
 
10
endif
 
11
 
8
12
if BUILD_TESTS
9
13
SUBDIRS += \
10
14
        test
17
21
 
18
22
 
19
23
 
20
 
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-deprecations --enable-introspection
 
24
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-deprecations --enable-introspection --enable-gtk-doc
21
25
 
22
26
dist-hook:
23
27
        @if test -d "$(top_srcdir)/.bzr"; \