summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-15 22:27:29 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-15 22:27:29 +0000
commitbac2477e292361e5fa7968d33fa903f179ef8d95 (patch)
tree29db7803c81b916456a3d9919a553d1bb2efd8b5 /www
parentb023e43e2973c5386decbc11ce0ac6cc7a9de141 (diff)
downloadgpsd-bac2477e292361e5fa7968d33fa903f179ef8d95.tar.gz
Handle the new HTML pages.
Diffstat (limited to 'www')
-rw-r--r--www/index.html.in3
-rwxr-xr-xwww/upload2
2 files changed, 5 insertions, 0 deletions
diff --git a/www/index.html.in b/www/index.html.in
index 71b3b380..da596004 100644
--- a/www/index.html.in
+++ b/www/index.html.in
@@ -166,6 +166,9 @@ and fix latency.</dd>
<dt><a href="rtcmdecode.html">rtcmdecode.1</a></dt>
<dd>The <code>rtcmdecode</code> RTCM104 decoder.</dd>
+<dt><a href="gpsflash.html">gpsflash(1)</a></dt>
+<dd>The <code>src</code> GPS firmware uploader..</dd>
+
<dt><a href="rtcm.html">rtcm.5</a></dt>
<dd>The <code>rtcmdecode</code> RTCM104 decoder dump format.</dd>
diff --git a/www/upload b/www/upload
index c0e324f3..05cd10c1 100755
--- a/www/upload
+++ b/www/upload
@@ -19,7 +19,9 @@ xmlto xhtml-nochunks ../gpsprof.xml
xmlto xhtml-nochunks ../gpsfake.xml
xmlto xhtml-nochunks ../sirfmon.xml
xmlto xhtml-nochunks ../rtcmdecode.xml
+xmlto xhtml-nochunks ../gpsflash.xml
xmlto xhtml-nochunks ../rtcm.xml
+xmlto xhtml-nochunks ../srec.xml
xmlto xhtml-nochunks replacing-nmea.xml
(cd performance; xmlto xhtml-nochunks performance.xml)
# Doesn't upload PDFs or GIFs -- they aren't expected to change frequently