summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-25 06:19:58 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-25 06:19:58 -0500
commit639999ec741315019ab15f4ed2d26b8a2fb3122a (patch)
treeeff5ece9b835a71e554d42e5fa58abbf382b5941 /SConstruct
parent56abe25b1ca6e67e4ff3e4b3876a2331431e7677 (diff)
downloadgpsd-639999ec741315019ab15f4ed2d26b8a2fb3122a.tar.gz
Because I could never remember "upload_web".
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 3 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index b8025bbc..734d648f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -10,6 +10,7 @@
# check - run regression and unit tests.
# audit - run code-auditing tools
# testbuild - test-build the code from a tarball
+# website - refresh the website
# release - ship a release
#
# clean - clean all normal build targets
@@ -1709,7 +1710,7 @@ def validation_list(target, source, env):
Utility("validation-list", [www], validation_list)
# How to update the website
-upload_web = Utility("upload_web", [www],
+website = Utility("website", [www],
['rsync --exclude="*.in" -avz www/ ' + webupload,
'scp README TODO NEWS ' + webupload,
'chmod ug+w,a+x www/gps_report.cgi',
@@ -1870,7 +1871,7 @@ if os.path.exists("gpsd.c") and os.path.exists(".gitignore"):
env.Alias("release", [releaseprep,
upload_release,
upload_tags,
- upload_web])
+ website])
# Experimental release mechanics using shipper
# This will ship a freecode metadata update