summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tatarinov <kukabu@gmail.com>2011-10-06 15:17:54 +0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-06 12:08:17 -0400
commitd9bba13c4ffd8c4f0ddb94e5a6dffbf9fa2c1c2a (patch)
tree0790090e5f8388b52af11d90003acce200952c25
parent5b6909ef50da07bd3a02f1dad52053f81baab649 (diff)
downloadgpsd-d9bba13c4ffd8c4f0ddb94e5a6dffbf9fa2c1c2a.tar.gz
Documentation tweaks after migration to SCons.
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
-rw-r--r--SConstruct2
-rw-r--r--www/hacking.html.in9
-rw-r--r--www/hardware-head.html.in2
3 files changed, 6 insertions, 7 deletions
diff --git a/SConstruct b/SConstruct
index 4ecbf68d..651d42ba 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1471,7 +1471,7 @@ if env['python']:
# Productions for setting up and performing udev tests.
#
# Requires root. Do "udev-install", then "tail -f /var/log/syslog" in
-# another window, then run 'make udev-test', then plug and unplug the
+# another window, then run 'scons udev-test', then plug and unplug the
# GPS ad libitum. All is well when you get fix reports each time a GPS
# is plugged in.
diff --git a/www/hacking.html.in b/www/hacking.html.in
index 267d5d0d..8eba3a8e 100644
--- a/www/hacking.html.in
+++ b/www/hacking.html.in
@@ -315,7 +315,7 @@ go through the following checklist:</p>
documentation.</li>
<li>If your patch changes executable code in any way that is more than
- trivial, use the regression-test suite &mdash; "make testregress"
+ trivial, use the regression-test suite &mdash; "scons testregress"
&mdash; to check that your patch doesn't break the handling of any
already-supported GPS.</li>
@@ -1378,11 +1378,10 @@ encounter in the future.</p>
<p>State 0 (red): There are known blocker bugs, Blocker bugs include functional
regressions in core or driver code. </p>
-<p>State 1 (blue): There are no known blocker bugs. 'make
-testregress' passes, but problem-children (USB Garmin and serial PPS)
-have not been live-tested.</p>
+<p>State 1 (blue): There are no known blocker bugs. 'scons testregress' passes,
+but problem-children (USB Garmin and serial PPS) have not been live-tested.</p>
-<p>State 2 (yellow): There are no known blocker bugs. 'make testregress'
+<p>State 2 (yellow): There are no known blocker bugs. 'scons testregress'
passes. Problem children have been live-tested. From this state, we
drop back to state 1 if anyone commits a logic change to core code or
the driver for a problem child. In state 2, devs with release
diff --git a/www/hardware-head.html.in b/www/hardware-head.html.in
index f0778a59..1b67e6c7 100644
--- a/www/hardware-head.html.in
+++ b/www/hardware-head.html.in
@@ -171,7 +171,7 @@ devices that have been discontinued by their manufacturers.</li>
<li><img src="hotplug.png" alt="Hotplug icon"> marks devices which
will be recognized by the Linux hotplug system when they are plugged
-in. If you installed <code>gpsd</code> from a binary package,or did "make
+in. If you installed <code>gpsd</code> from a binary package,or did "scons
udev-install" from the source distribution, this should mean you never
have to launch <code>gpsd</code> manually; the udev syatem will launch it
for you when it sees a device of this kind go active.</li>