diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2005-04-13 00:02:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2005-04-13 00:02:49 +0000 |
commit | b87ae01e9e1f77cae70af511d483bb145c7e16f9 (patch) | |
tree | 2fa98eb40f973573a44b88245ff7d44f25acad9c /www | |
parent | e39c5eb2a6ecadd7539c324d14821b5482227e37 (diff) | |
download | gpsd-b87ae01e9e1f77cae70af511d483bb145c7e16f9.tar.gz |
xgps.xml is now separate from gpsd.xml.
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html.in | 3 | ||||
-rwxr-xr-x | www/upload | 1 |
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> @@ -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 |