summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2009-06-29 17:03:35 +0100
committerBastien Nocera <hadess@hadess.net>2009-06-29 17:04:58 +0100
commit0b8b869d3bbd558ae99c341169717e58f403369f (patch)
treeb057671e9b566f627010f128d141f6800aa94942 /docs
parent4af697f5024d425c2787aa8fbe51e21611866d21 (diff)
downloadgnome-bluetooth-0b8b869d3bbd558ae99c341169717e58f403369f.tar.gz
Add docs title and version
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libgnome-bluetooth/Makefile.am6
-rw-r--r--docs/reference/libgnome-bluetooth/gnome-bluetooth-docs.sgml9
-rw-r--r--docs/reference/libgnome-bluetooth/version.xml.in1
3 files changed, 9 insertions, 7 deletions
diff --git a/docs/reference/libgnome-bluetooth/Makefile.am b/docs/reference/libgnome-bluetooth/Makefile.am
index ac0ad934..902d4aa7 100644
--- a/docs/reference/libgnome-bluetooth/Makefile.am
+++ b/docs/reference/libgnome-bluetooth/Makefile.am
@@ -54,7 +54,7 @@ CFILE_GLOB=$(top_srcdir)/lib/*.c
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES=bluetooth-agent-glue.h bluetooth-agent.h bluetooth-client-glue.h bluetooth-client.h bluetooth-instance-glue.h bluetooth-instance.h helper.h marshal.h obex-agent-glue.h obex-agent.h
+IGNORE_HFILES=bluetooth-agent-glue.h bluetooth-agent.h bluetooth-client-glue.h bluetooth-client-private.h bluetooth-instance-glue.h bluetooth-instance.h helper.h marshal.h obex-agent-glue.h obex-agent.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
@@ -62,7 +62,7 @@ HTML_IMAGES=
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
-content_files=
+content_files=version.xml
# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
# These files must be listed here *and* in content_files
@@ -82,7 +82,7 @@ include $(top_srcdir)/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST +=
+EXTRA_DIST += version.xml.in
# Files not to distribute
# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
diff --git a/docs/reference/libgnome-bluetooth/gnome-bluetooth-docs.sgml b/docs/reference/libgnome-bluetooth/gnome-bluetooth-docs.sgml
index 62c7f492..f8939a54 100644
--- a/docs/reference/libgnome-bluetooth/gnome-bluetooth-docs.sgml
+++ b/docs/reference/libgnome-bluetooth/gnome-bluetooth-docs.sgml
@@ -2,20 +2,21 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
- <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
+<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
+<!ENTITY version SYSTEM "version.xml">
]>
<book id="index">
<bookinfo>
<title>gnome-bluetooth Reference Manual</title>
<releaseinfo>
- for gnome-bluetooth [VERSION].
+ for gnome-bluetooth &version;.
The latest version of this documentation can be found on-line at
- <ulink role="online-location" url="http://[SERVER]/gnome-bluetooth/index.html">http://[SERVER]/gnome-bluetooth/</ulink>.
+ <ulink role="online-location" url="http://library.gnome.org/devel/gnome-bluetooth/unstable/">http://library.gnome.org/devel/gnome-bluetooth/unstable/</ulink>.
</releaseinfo>
</bookinfo>
<chapter>
- <title>[Insert title here]</title>
+ <title>API Reference</title>
<xi:include href="xml/bluetooth-chooser.xml"/>
<xi:include href="xml/bluetooth-chooser-button.xml"/>
<xi:include href="xml/bluetooth-enums.xml"/>
diff --git a/docs/reference/libgnome-bluetooth/version.xml.in b/docs/reference/libgnome-bluetooth/version.xml.in
new file mode 100644
index 00000000..d78bda93
--- /dev/null
+++ b/docs/reference/libgnome-bluetooth/version.xml.in
@@ -0,0 +1 @@
+@VERSION@