aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2009-12-11 11:15:50 -0500
committerKen VanDine <ken.vandine@canonical.com>2009-12-11 11:15:50 -0500
commit3e2f1b6e527d2f70167d89dcb5b6518400d1076d (patch)
tree9d5683d2237c8481549ffac3351c8a177503173f
parent6b3e25fff4a4bfb35579ddf317cfb6e58ebc0500 (diff)
downloadayatana-indicator-application-3e2f1b6e527d2f70167d89dcb5b6518400d1076d.tar.gz
ayatana-indicator-application-3e2f1b6e527d2f70167d89dcb5b6518400d1076d.tar.bz2
ayatana-indicator-application-3e2f1b6e527d2f70167d89dcb5b6518400d1076d.zip
* Bump version to 0.0.4
* Include version in the generated docs
-rw-r--r--configure.ac5
-rw-r--r--docs/reference/Makefile.am2
-rw-r--r--docs/reference/libappindicator-docs.sgml.in (renamed from docs/reference/libappindicator-docs.sgml)6
3 files changed, 6 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index d88fdc8..33d296c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(indicator-application, 0.0.3, ted@canonical.com)
+AC_INIT(indicator-application, 0.0.4, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009 Canonical])
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-application, 0.0.3)
+AM_INIT_AUTOMAKE(indicator-application, 0.0.4)
AM_MAINTAINER_MODE
@@ -93,6 +93,7 @@ example/Makefile
docs/Makefile
docs/reference/Makefile
docs/reference/version.xml
+docs/reference/libappindicator-docs.sgml
])
###########################
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 67582f2..1292f4d 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -83,7 +83,7 @@ include $(top_srcdir)/gtk-doc.local.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST += version.xml.in
+EXTRA_DIST += version.xml.in libappindicator-docs.sgml.in
# Files not to distribute
# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
diff --git a/docs/reference/libappindicator-docs.sgml b/docs/reference/libappindicator-docs.sgml.in
index a8eb058..3a8e5de 100644
--- a/docs/reference/libappindicator-docs.sgml
+++ b/docs/reference/libappindicator-docs.sgml.in
@@ -8,14 +8,12 @@
<bookinfo>
<title>libappindicator Reference Manual</title>
<releaseinfo>
- for libappindicator [VERSION]
- The latest version of this documentation can be found on-line at
- <ulink role="online-location" url="http://[SERVER]/libappindicator/index.html">http://[SERVER]/libappindicator/</ulink>.
+ for libappindicator @VERSION@
</releaseinfo>
</bookinfo>
<chapter>
- <title>[Insert title here]</title>
+ <title>Base Classes for Applications</title>
<xi:include href="xml/app-indicator.xml"/>
</chapter>