summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-04-13 00:02:49 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-04-13 00:02:49 +0000
commitb87ae01e9e1f77cae70af511d483bb145c7e16f9 (patch)
tree2fa98eb40f973573a44b88245ff7d44f25acad9c /www
parente39c5eb2a6ecadd7539c324d14821b5482227e37 (diff)
downloadgpsd-b87ae01e9e1f77cae70af511d483bb145c7e16f9.tar.gz
xgps.xml is now separate from gpsd.xml.
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 c47f0245..e502f03c 100644
--- a/www/index.html.in
+++ b/www/index.html.in
@@ -127,6 +127,9 @@ repository.</p></li>
<dt><a href="gpsd.html">gpsd.1</a></dt>
<dd>The <code>gpsd</code> daemon.</dd>
+<dt><a href="xgps.html">xgps.1</a></dt>
+<dd>The <code>gpsd</code> test clients.</dd>
+
<dt><a href="libgps.html">libgps.3</a></dt>
<dd>An interface library that manages communication with the daemon.</dt>
diff --git a/www/upload b/www/upload
index a79ebb69..be2f349b 100755
--- a/www/upload
+++ b/www/upload
@@ -7,6 +7,7 @@ version=`sed <../Makefile -n -e '/^VERSION *= *\(.*\)/s//\1/p'`
echo "Uploading version $version"
sed -e "/@VERSION@/s//${version}/" -e "/@DATE@/s//`date '+%B %d, %Y'`/" <index.html.in >index.html
xmlto xhtml-nochunks ../gpsd.xml
+xmlto xhtml-nochunks ../xgps.xml
xmlto xhtml-nochunks ../libgps.xml
xmlto xhtml-nochunks ../libgpsd.xml
xmlto xhtml-nochunks ../gpsprof.xml