aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-09-01 12:35:36 +0200
committerSebastien Bacher <seb128@ubuntu.com>2012-09-01 12:35:36 +0200
commit38c23eb353e046bed03aa3a196079ad6c529c5fc (patch)
treefe03bb7db005946847e3918b2a418900cdb8d0f8 /Makefile.in
parent189472aa40bbdc6bc9f9676202ced5bd2eb5e099 (diff)
parentc8794795a7054eff4e21bbca52321195f2d8720c (diff)
downloadayatana-indicator-messages-38c23eb353e046bed03aa3a196079ad6c529c5fc.tar.gz
ayatana-indicator-messages-38c23eb353e046bed03aa3a196079ad6c529c5fc.tar.bz2
ayatana-indicator-messages-38c23eb353e046bed03aa3a196079ad6c529c5fc.zip
* New upstream release, includes apis to allow changing the label and
the icon of sources and add documentation * debian/libmessaging-menu0.symbols: - new version update * debian/libmessaging-menu-dev.install: - install the documentation * debian/rules: - build the documentation - updated shlibs version - use --with gir so gir:Depends work as it should (lp: #1044125)
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