From 3e2f1b6e527d2f70167d89dcb5b6518400d1076d Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 11 Dec 2009 11:15:50 -0500 Subject: * Bump version to 0.0.4 * Include version in the generated docs --- configure.ac | 5 +++-- docs/reference/Makefile.am | 2 +- docs/reference/libappindicator-docs.sgml | 32 ----------------------------- docs/reference/libappindicator-docs.sgml.in | 30 +++++++++++++++++++++++++++ 4 files changed, 34 insertions(+), 35 deletions(-) delete mode 100644 docs/reference/libappindicator-docs.sgml create mode 100644 docs/reference/libappindicator-docs.sgml.in 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 deleted file mode 100644 index a8eb058..0000000 --- a/docs/reference/libappindicator-docs.sgml +++ /dev/null @@ -1,32 +0,0 @@ - - -]> - - - libappindicator Reference Manual - - for libappindicator [VERSION] - The latest version of this documentation can be found on-line at - http://[SERVER]/libappindicator/. - - - - - [Insert title here] - - - - - Object Hierarchy - - - - API Index - - - - - diff --git a/docs/reference/libappindicator-docs.sgml.in b/docs/reference/libappindicator-docs.sgml.in new file mode 100644 index 0000000..3a8e5de --- /dev/null +++ b/docs/reference/libappindicator-docs.sgml.in @@ -0,0 +1,30 @@ + + +]> + + + libappindicator Reference Manual + + for libappindicator @VERSION@ + + + + + Base Classes for Applications + + + + + Object Hierarchy + + + + API Index + + + + + -- cgit v1.2.3