diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 2 | ||||
-rw-r--r-- | docs/reference/libappindicator-docs.sgml.in (renamed from docs/reference/libappindicator-docs.sgml) | 6 |
2 files changed, 3 insertions, 5 deletions
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> |