aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-09-01 12:25:10 +0200
committerSebastien Bacher <seb128@ubuntu.com>2012-09-01 12:25:10 +0200
commitc8794795a7054eff4e21bbca52321195f2d8720c (patch)
tree3b091347bf0f422a3b84938fa5b14592f0ca1afd /Makefile.in
parentd28296b69565793050e51717a89c84eeadd88dbc (diff)
parent998854d26580f3c9b001518cc7fcd283e41001f6 (diff)
downloadayatana-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.in')
-rw-r--r--Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 51060cb..45488cf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -52,7 +52,8 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-@BUILD_TESTS_TRUE@am__append_1 = \
+@ENABLE_GTK_DOC_TRUE@am__append_1 = doc
+@BUILD_TESTS_TRUE@am__append_2 = \
@BUILD_TESTS_TRUE@ test
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
@@ -99,7 +100,7 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
distdir dist dist-all distcheck
ETAGS = etags
CTAGS = ctags
-DIST_SUBDIRS = src libmessaging-menu data po test
+DIST_SUBDIRS = src libmessaging-menu data po doc test
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -325,8 +326,9 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = src libmessaging-menu data po $(am__append_1)
-DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-deprecations --enable-introspection
+SUBDIRS = src libmessaging-menu data po $(am__append_1) \
+ $(am__append_2)
+DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-deprecations --enable-introspection --enable-gtk-doc
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive