summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-25 02:54:20 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-25 02:54:20 -0400
commit2ac8c0a5378e39768479a456e9cac54684f0af5d (patch)
tree20b652ce1b30830cbbe02932ba6af737620b8756
parent00026f400c9eaeebbb6f5b50be76d58c264f85e2 (diff)
downloadgpsd-2ac8c0a5378e39768479a456e9cac54684f0af5d.tar.gz
Ensure that gpsd_json.html is included in webupload.
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 903bf21a..57e9afe8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1397,7 +1397,7 @@ env.Alias('testregress', check)
webpages = Split('''www/installation.html
www/gpscat.html www/gpsctl.html www/gpsdecode.html
- www/gpsd.html www/gpsfake.html www/gpsmon.html
+ www/gpsd.html www/gpsd_json.html www/gpsfake.html www/gpsmon.html
www/gpspipe.html www/gpsprof.html www/gps.html
www/libgpsd.html www/libgpsmm.html www/libgps.html
www/srec.html
@@ -1424,7 +1424,7 @@ Utility("validation-list", [www], validation_list)
# How to update the website
Utility("webupload", [www], ['rsync --exclude="*.in" -avz www/ ' + webupload])
-# When the URL declrations change, so must the generated web pages
+# When the URL declarations change, so must the generated web pages
for fn in glob.glob("www/*.in"):
env.Depends(fn[:-3], "SConstruct")