summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct1
-rw-r--r--www/index.html.in4
2 files changed, 5 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 6e8388d3..d763e512 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2372,6 +2372,7 @@ htmlpages = Split('''
www/gpsmon.html
www/gpspipe.html
www/gpsprof.html
+ www/gpsrinex.html
www/gpxlogger.html
www/hardware.html
www/internals.html
diff --git a/www/index.html.in b/www/index.html.in
index 1dced941..720a8a84 100644
--- a/www/index.html.in
+++ b/www/index.html.in
@@ -294,6 +294,10 @@ standard output.</dd>
<dd>The <code>gpsprof</code> program for plotting spatial scatter of fixes
and fix latency.</dd>
+<dt><a href="gpsrinex.html">gpsrinex.1</a></dt>
+<dd>The <code>gpsrinex</code> program for outputting raw measurements
+into a RINEX 3 file.</dd>
+
<dt><a href="ntpshmmon.html">ntpshmmon.1</a></dt>
<dd>Monitor the NTP shared-memory segments created by GPSD.</dd>