summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-05-20 18:38:57 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-05-20 18:38:57 +0000
commit5f1bb5f08d90de58508aa94dcc8f6e8a6a4db548 (patch)
treef8f074715780bf130f9c1b1c18d190ad84f94a96 /www
parent5fd21d0566b6984c011e885abf6215de46918cd0 (diff)
downloadgpsd-5f1bb5f08d90de58508aa94dcc8f6e8a6a4db548.tar.gz
Adding new documentation.
Diffstat (limited to 'www')
-rw-r--r--www/index.html.in3
-rwxr-xr-xwww/upload1
2 files changed, 4 insertions, 0 deletions
diff --git a/www/index.html.in b/www/index.html.in
index 1650aae1..960e262b 100644
--- a/www/index.html.in
+++ b/www/index.html.in
@@ -128,6 +128,9 @@ repository.</p></li>
<dt><a href="libgps.html">libgps.3</a></dt>
<dd>An interface library that manages communication with the daemon.</dt>
+<dt><a href="libgpsmm.html">libgpsmm.3</a></dt>
+<dd>C++ class wrapper for the libgps C binding.</dd>
+
<dt><a href="libgpsd.html">libgpsd.3</a></dt>
<dd>The low-level library used by <code>gpsd</code> to talk to a GPS.</dd>
diff --git a/www/upload b/www/upload
index bdde8786..1b99f2b1 100755
--- a/www/upload
+++ b/www/upload
@@ -9,6 +9,7 @@ sed -e "/@VERSION@/s//${version}/" -e "/@DATE@/s//`date '+%B %d, %Y'`/" <index.h
xmlto xhtml-nochunks ../gpsd.xml
xmlto xhtml-nochunks ../xgps.xml
xmlto xhtml-nochunks ../libgps.xml
+xmlto xhtml-nochunks ../libgpsmm.xml
xmlto xhtml-nochunks ../libgpsd.xml
xmlto xhtml-nochunks ../gpsprof.xml
xmlto xhtml-nochunks ../gpsfake.xml