aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 7 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 4d3ef7a..37268a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT(indicator-messages, 12.10.1)
+AC_INIT(indicator-messages, 12.10.2)
AC_PREREQ(2.62)
@@ -57,7 +57,7 @@ AC_SUBST(APPLET_LIBS)
GLIB_GSETTINGS
-GTK_DOC_CHECK([1.18], [])
+GTK_DOC_CHECK([1.18], [--flavour no-tmpl])
GOBJECT_INTROSPECTION_CHECK([$INTROSPECTION_REQUIRED_VERSION])
@@ -178,6 +178,9 @@ po/Makefile.in
test/Makefile
libmessaging-menu/Makefile
libmessaging-menu/messaging-menu.pc
+doc/Makefile
+doc/reference/Makefile
+doc/reference/messaging-menu-docs.xml
])
###########################
@@ -192,5 +195,6 @@ Messaging Indicator Configuration:
Indicator Dir: $INDICATORDIR
gtest: $enable_tests
gcov: $use_gcov
- introspecion: $enable_introspection
+ introspecion: $enable_introspection
+ documentation: $enable_gtk_doc
])